diff options
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, |