summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-26 22:13:59 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-26 22:13:59 +0300
commit90ae388802f612863d2b76e4acd152f8899d4894 (patch)
tree79579486fe43ec447acfa8edcaa877f55e7a0b9b /src/net/eathena/inventoryrecv.h
parentd2d6db403a2702e7901f3132fdbdcaff0ffae0f5 (diff)
downloadplus-90ae388802f612863d2b76e4acd152f8899d4894.tar.gz
plus-90ae388802f612863d2b76e4acd152f8899d4894.tar.bz2
plus-90ae388802f612863d2b76e4acd152f8899d4894.tar.xz
plus-90ae388802f612863d2b76e4acd152f8899d4894.zip
Add packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0a.
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h6
1 files changed, 6 insertions, 0 deletions
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