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/eathena/inventoryhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/inventoryhandler.h') diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h index 15aaa85f3..11227cff0 100644 --- a/src/net/eathena/inventoryhandler.h +++ b/src/net/eathena/inventoryhandler.h @@ -58,6 +58,8 @@ class InventoryHandler final : public MessageHandler, const int amount, const int destination) const override final; + void useCard(const int index) const override final; + protected: void processPlayerEquipment(Net::MessageIn &msg); -- cgit v1.2.3-70-g09d2