From cbefa4969b51ec75c0ca6efd89e86ef71496f75f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 23:37:07 +0300 Subject: eathena: add packet CMSG_PLAYER_USE_CARD 0x017a. --- src/net/inventoryhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/inventoryhandler.h') diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index c40cb5b54..f615e0886 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -74,6 +74,8 @@ class InventoryHandler notfinal virtual void forgotStorage() = 0; virtual int convertFromServerSlot(const int eAthenaSlot) const = 0; + + virtual void useCard(const int index) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2