We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7d53b commit c931eabCopy full SHA for c931eab
WowPacketParserModule.V3_4_0_45166/Parsers/ItemHandler.cs
@@ -118,7 +118,7 @@ public static void HandleEnchantmentLog(Packet packet)
118
[Parser(Opcode.SMSG_INVENTORY_CHANGE_FAILURE, ClientVersionBuild.V3_4_4_59817)]
119
public static void HandleInventoryChangeFailure(Packet packet)
120
{
121
- var result = packet.ReadByteE<InventoryResult440>("BagResult");
+ var result = packet.ReadInt32E<InventoryResult440>("BagResult");
122
123
for (int i = 0; i < 2; i++)
124
packet.ReadPackedGuid128("Item", i);
0 commit comments