chore(Core/Cache): Remove an assert breaking 1v1 arena module (#9651)

This commit is contained in:
Skjalf
2021-12-17 00:27:59 -03:00
committed by GitHub
parent 6d5e0a0673
commit 24f4e08708

View File

@@ -214,7 +214,6 @@ void CharacterCache::UpdateCharacterArenaTeamId(ObjectGuid const& guid, uint8 sl
return;
}
ASSERT(slot < 3);
itr->second.ArenaTeamId[slot] = arenaTeamId;
}