Skip to content

Commit 6301ff2

Browse files
authored
changed if check from V11_0_0_55666 to V11_0_5_57171
1 parent dc9274a commit 6301ff2

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-
if (ClientVersion.AddedInVersion(ClientVersionBuild.V11_0_0_55666))
263+
if (ClientVersion.AddedInVersion(ClientVersionBuild.V11_0_5_57171))
264264
opcode = packet.ReadInt32();
265265
else
266266
opcode = packet.ReadUInt16();

0 commit comments

Comments
 (0)