From 6c894cb2c8cd64cbef663ea235c51dea4ce58cd5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 2 Mar 2019 02:14:49 +0300 Subject: Impliment packet SMSG_INVENTORY_START 0x0b08 --- src/net/tmwa/inventoryrecv.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/inventoryrecv.cpp b/src/net/tmwa/inventoryrecv.cpp index ee0d9346f..8aacd38a0 100644 --- a/src/net/tmwa/inventoryrecv.cpp +++ b/src/net/tmwa/inventoryrecv.cpp @@ -331,7 +331,7 @@ void InventoryRecv::processPlayerInventory(Net::MessageIn &msg) void InventoryRecv::processPlayerStorage(Net::MessageIn &msg) { BLOCK_START("InventoryRecv::processPlayerInventory") - Ea::InventoryRecv::mInventoryItems.clear(); + Ea::InventoryRecv::mStorageItems.clear(); msg.readInt16("len"); const int number = (msg.getLength() - 4) / 18; @@ -357,7 +357,7 @@ void InventoryRecv::processPlayerStorage(Net::MessageIn &msg) cards[0], cards[1], cards[2], cards[3]); } - Ea::InventoryRecv::mInventoryItems.push_back(Ea::InventoryItem( + Ea::InventoryRecv::mStorageItems.push_back(Ea::InventoryItem( index, itemId, itemType, @@ -444,7 +444,7 @@ void InventoryRecv::processPlayerStorageEquip(Net::MessageIn &msg) CAST_U32(refine)); } - Ea::InventoryRecv::mInventoryItems.push_back(Ea::InventoryItem( + Ea::InventoryRecv::mStorageItems.push_back(Ea::InventoryItem( index, itemId, itemType, -- cgit v1.2.3-60-g2f50