mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
chore(Core/Cache): Remove an assert breaking 1v1 arena module (#9651)
This commit is contained in:
@@ -214,7 +214,6 @@ void CharacterCache::UpdateCharacterArenaTeamId(ObjectGuid const& guid, uint8 sl
|
||||
return;
|
||||
}
|
||||
|
||||
ASSERT(slot < 3);
|
||||
itr->second.ArenaTeamId[slot] = arenaTeamId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user