diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-23 22:18:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-23 22:18:00 +0300 |
commit | 76717e42814b805f45354b8c93a693f7b7235e40 (patch) | |
tree | 620e8d7a9282b0d8e5acfad47e4aa1462b4bbbea /src/net/eathena/inventoryhandler.h | |
parent | 3fb968387deba0cbfd59d029aa6cf4789d68d09c (diff) | |
download | plus-76717e42814b805f45354b8c93a693f7b7235e40.tar.gz plus-76717e42814b805f45354b8c93a693f7b7235e40.tar.bz2 plus-76717e42814b805f45354b8c93a693f7b7235e40.tar.xz plus-76717e42814b805f45354b8c93a693f7b7235e40.zip |
Add all versions for packet CMSG_MOVE_TO_STORAGE.
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 786917970..e07d4619e 100644 --- a/src/net/eathena/inventoryhandler.h +++ b/src/net/eathena/inventoryhandler.h @@ -53,6 +53,9 @@ class InventoryHandler final : public Ea::InventoryHandler const int amount, const InventoryTypeT destination) const override final; + void moveItemInventoryToStorage(const int slot, + const int amount) const; + void useCard(const Item *const item) override final; void insertCard(const int cardIndex, |