From fa5c9c6958c8d499678ea9bab24eb4715b824f6e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Sep 2018 20:17:59 +0300 Subject: Add packet SMSG_INVENTORY_END 0x0b0b. --- src/net/eathena/inventoryrecv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/inventoryrecv.h') diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h index 81436179e..9e4c3ce03 100644 --- a/src/net/eathena/inventoryrecv.h +++ b/src/net/eathena/inventoryrecv.h @@ -79,6 +79,8 @@ namespace EAthena void processInventoryStart1(Net::MessageIn &msg); void processInventoryStart2(Net::MessageIn &msg); void processInventoryStart3(Net::MessageIn &msg); + void processInventoryEnd1(Net::MessageIn &msg); + void processInventoryEnd2(Net::MessageIn &msg); int getSlot(const int eAthenaSlot) A_WARN_UNUSED; } // namespace InventoryRecv -- cgit v1.2.3-60-g2f50