Core/PacketIO: Fixed structures of SMSG_INSPECT_RESULT and SMSG_RATED_PVP_INFO
Port From (https://github.com/TrinityCore/TrinityCore/commit/ecf302ac4901281b29ca7c08af80b6c2ca3ad202)
This commit is contained in:
@@ -469,7 +469,7 @@ namespace Game.Networking.Packets
|
|||||||
bracket.Write(_worldPacket);
|
bracket.Write(_worldPacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
BracketInfo[] Bracket = new BracketInfo[7];
|
BracketInfo[] Bracket = new BracketInfo[9];
|
||||||
}
|
}
|
||||||
|
|
||||||
class PVPMatchInitialize : ServerPacket
|
class PVPMatchInitialize : ServerPacket
|
||||||
|
|||||||
Reference in New Issue
Block a user