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/inventoryhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/inventoryhandler.h') diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index f615e0886..4eab4d24b 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -76,6 +76,9 @@ class InventoryHandler notfinal virtual int convertFromServerSlot(const int eAthenaSlot) const = 0; virtual void useCard(const int index) const = 0; + + virtual void insertCard(const int cardIndex, + const int itemIndex) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50