From 90ae388802f612863d2b76e4acd152f8899d4894 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Sep 2018 22:13:59 +0300 Subject: Add packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0a. --- src/net/eathena/inventoryrecv.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/inventoryrecv.h') diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h index 37e52a8fe..28037063a 100644 --- a/src/net/eathena/inventoryrecv.h +++ b/src/net/eathena/inventoryrecv.h @@ -85,11 +85,17 @@ namespace EAthena void processInventoryEnd2(Net::MessageIn &msg); void processPlayerCombinedInventory1(Net::MessageIn &msg); void processPlayerCombinedInventory2(Net::MessageIn &msg); + void processPlayerCombinedEquipment1(Net::MessageIn &msg); + void processPlayerCombinedEquipment2(Net::MessageIn &msg); int getSlot(const int eAthenaSlot) A_WARN_UNUSED; void processInventoryContinue(Net::MessageIn &msg, const int len, const NetInventoryTypeT invType); + void processEquipmentContinue(Net::MessageIn &msg, + const int len, + const NetInventoryTypeT invType + A_UNUSED); } // namespace InventoryRecv } // namespace EAthena -- cgit v1.2.3-70-g09d2