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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT(slot < 3);
|
|
||||||
itr->second.ArenaTeamId[slot] = arenaTeamId;
|
itr->second.ArenaTeamId[slot] = arenaTeamId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user