diff options
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r-- | src/net/eathena/inventoryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |