diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 01:34:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 01:34:40 +0300 |
commit | b89bb9d7233acad1cefda6c393a930456a1f74da (patch) | |
tree | eb98bf2d7f7589158083b41cc1e3f0754a3b77b4 /src/net/eathena/inventoryhandler.h | |
parent | cbefa4969b51ec75c0ca6efd89e86ef71496f75f (diff) | |
download | plus-b89bb9d7233acad1cefda6c393a930456a1f74da.tar.gz plus-b89bb9d7233acad1cefda6c393a930456a1f74da.tar.bz2 plus-b89bb9d7233acad1cefda6c393a930456a1f74da.tar.xz plus-b89bb9d7233acad1cefda6c393a930456a1f74da.zip |
eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c.
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r-- | src/net/eathena/inventoryhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h index 11227cff0..a35293aa4 100644 --- a/src/net/eathena/inventoryhandler.h +++ b/src/net/eathena/inventoryhandler.h @@ -60,6 +60,9 @@ class InventoryHandler final : public MessageHandler, void useCard(const int index) const override final; + void insertCard(const int cardIndex, + const int itemIndex) const override final; + protected: void processPlayerEquipment(Net::MessageIn &msg); |