From 08c14216d4b628ea7ecfbc2e7448632ec514f3db Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Jan 2019 20:48:10 +0300 Subject: Add packet SMSG_INVENTORY_EXPANSION_RESULT 0x0b17 --- src/net/eathena/inventoryrecv.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/inventoryrecv.cpp') diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp index 9a0b85c3c..0f18fe42b 100644 --- a/src/net/eathena/inventoryrecv.cpp +++ b/src/net/eathena/inventoryrecv.cpp @@ -1690,4 +1690,10 @@ void InventoryRecv::processInventoryExpansionAck(Net::MessageIn &msg) msg.readItemId("item id"); } +void InventoryRecv::processInventoryExpansionResult(Net::MessageIn &msg) +{ + UNIMPLEMENTEDPACKET; + msg.readUInt8("result"); +} + } // namespace EAthena -- cgit v1.2.3-70-g09d2