Skip to content

Commit f80a699

Browse files
committed
support TWW / Midnight multiple packet parsing
1 parent 7b744ea commit f80a699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParserModule.V8_0_1_27101/Parsers/MiscellaneousHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public static void HandleMultiplePackets(Packet packet)
260260
byte[] bytes = null;
261261

262262
len = packet.ReadUInt16();
263-
opcode = packet.ReadUInt16();
263+
opcode = packet.ReadInt32();
264264
bytes = packet.ReadBytes(len);
265265

266266
if (bytes == null || len == 0)

0 commit comments

Comments
 (0)