Core/Arena: Fix reading opcode with badge data at creating arena team.

This commit is contained in:
Armano
2013-10-02 17:22:51 +02:00
parent c64bcd8116
commit 90ff57fb40

View File

@@ -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);