chore(Core/Cache): Remove an assert breaking 1v1 arena module (#9651)
This commit is contained in:
parent
6d5e0a0673
commit
24f4e08708
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ void CharacterCache::UpdateCharacterArenaTeamId(ObjectGuid const& guid, uint8 sl
|
|||
return;
|
||||
}
|
||||
|
||||
ASSERT(slot < 3);
|
||||
itr->second.ArenaTeamId[slot] = arenaTeamId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue