We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39d36 commit 9dffa16Copy full SHA for 9dffa16
WowPacketParserModule.V7_0_3_22248/Parsers/BattlegroundHandler.cs
@@ -302,7 +302,7 @@ public static void HandleArenaCrowdControlSpellResult(Packet packet)
302
[Parser(Opcode.SMSG_BATTLEGROUND_INIT)]
303
public static void HandleBattlegroundInit(Packet packet)
304
{
305
- packet.ReadInt32("ServerTime");
+ packet.ReadUInt32("ServerTime");
306
packet.ReadInt16("MaxPoints");
307
}
308
0 commit comments