mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Arena: Fix reading opcode with badge data at creating arena team.
This commit is contained in:
@@ -85,9 +85,9 @@ void WorldSession::HandleArenaTeamCreateOpcode(WorldPacket & recvData)
|
||||
recvData >> slot;
|
||||
recvData >> iconcolor;
|
||||
recvData >> bordercolor;
|
||||
recvData >> icon;
|
||||
recvData >> background;
|
||||
recvData >> border;
|
||||
recvData >> background;
|
||||
recvData >> icon;
|
||||
name = recvData.ReadString(recvData.ReadBits(8));
|
||||
|
||||
uint8 type = ArenaTeam::GetTypeBySlot(slot);
|
||||
|
||||
Reference in New Issue
Block a user