We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a97358 commit bd5ab52Copy full SHA for bd5ab52
1 file changed
WowPacketParserModule.V4_4_0_54481/Parsers/AuctionHandler.cs
@@ -343,6 +343,9 @@ public static void HandleAuctionRemoveItem(Packet packet)
343
packet.ReadPackedGuid128("Auctioneer");
344
packet.ReadInt32("AuctionID");
345
346
+ if (ClientVersion.AddedInVersion(ClientVersionBuild.V4_4_2_59185))
347
+ packet.ReadInt32("ItemID");
348
+
349
var taintedBy = packet.ReadBit();
350
351
if (taintedBy)
0 commit comments