Skip to content

Commit c931eab

Browse files
committed
Update 3.4.4 SMSG_INVENTORY_CHANGE_FAILURE
1 parent bc7d53b commit c931eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParserModule.V3_4_0_45166/Parsers/ItemHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static void HandleEnchantmentLog(Packet packet)
118118
[Parser(Opcode.SMSG_INVENTORY_CHANGE_FAILURE, ClientVersionBuild.V3_4_4_59817)]
119119
public static void HandleInventoryChangeFailure(Packet packet)
120120
{
121-
var result = packet.ReadByteE<InventoryResult440>("BagResult");
121+
var result = packet.ReadInt32E<InventoryResult440>("BagResult");
122122

123123
for (int i = 0; i < 2; i++)
124124
packet.ReadPackedGuid128("Item", i);

0 commit comments

Comments
 (0)