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