summaryrefslogtreecommitdiff
path: root/src/net/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 23:37:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-10 00:42:33 +0300
commitcbefa4969b51ec75c0ca6efd89e86ef71496f75f (patch)
tree2fb3e12eff7cba77334816fbcf1c6d51c4bd4926 /src/net/inventoryhandler.h
parent1192016bf685cdba9bee4b6578e578661f689803 (diff)
downloadplus-cbefa4969b51ec75c0ca6efd89e86ef71496f75f.tar.gz
plus-cbefa4969b51ec75c0ca6efd89e86ef71496f75f.tar.bz2
plus-cbefa4969b51ec75c0ca6efd89e86ef71496f75f.tar.xz
plus-cbefa4969b51ec75c0ca6efd89e86ef71496f75f.zip
eathena: add packet CMSG_PLAYER_USE_CARD 0x017a.
Diffstat (limited to 'src/net/inventoryhandler.h')
-rw-r--r--src/net/inventoryhandler.h2
1 files changed, 2 insertions, 0 deletions
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