diff options
Diffstat (limited to 'src/net/inventoryhandler.h')
-rw-r--r-- | src/net/inventoryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index 97a88ca04..a8443d691 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -65,6 +65,8 @@ class InventoryHandler virtual size_t getSize(const int type) const A_WARN_UNUSED = 0; + virtual Inventory *getStorage() const = 0; + virtual int convertFromServerSlot(const int eAthenaSlot) const = 0; }; |