File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
WowPacketParserModule.V7_0_3_22248/Parsers
WowPacketParserModule.V8_0_1_27101/Parsers Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -298,5 +298,12 @@ public static void HandleArenaCrowdControlSpellResult(Packet packet)
298298 packet . ReadPackedGuid128 ( "PlayerGuid" ) ;
299299 packet . ReadInt32 ( "CrowdControlSpellID" ) ;
300300 }
301+
302+ [ Parser ( Opcode . SMSG_BATTLEGROUND_INIT ) ]
303+ public static void HandleBattlegroundInit ( Packet packet )
304+ {
305+ packet . ReadInt32 ( "ServerTime" ) ;
306+ packet . ReadInt16 ( "MaxPoints" ) ;
307+ }
301308 }
302309}
Original file line number Diff line number Diff line change @@ -175,12 +175,5 @@ public static void HandleRatedPvPInfo(Packet packet)
175175 }
176176 packet . ReadBit ( "Disqualified" ) ;
177177 }
178-
179- [ Parser ( Opcode . SMSG_BATTLEGROUND_INIT ) ]
180- public static void HandleBattlegroundInit ( Packet packet )
181- {
182- packet . ReadInt32 ( "ServerTime" ) ;
183- packet . ReadInt16 ( "MaxPoints" ) ;
184- }
185178 }
186179}
You can’t perform that action at this time.
0 commit comments