From b89bb9d7233acad1cefda6c393a930456a1f74da Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 01:34:40 +0300 Subject: eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c. --- src/net/eathena/inventoryhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/inventoryhandler.h') diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h index 11227cff0..a35293aa4 100644 --- a/src/net/eathena/inventoryhandler.h +++ b/src/net/eathena/inventoryhandler.h @@ -60,6 +60,9 @@ class InventoryHandler final : public MessageHandler, void useCard(const int index) const override final; + void insertCard(const int cardIndex, + const int itemIndex) const override final; + protected: void processPlayerEquipment(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50