summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-23 15:45:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-23 15:45:54 +0300
commita22d7bce703101ba3ae15cb5b8545381dfe863c4 (patch)
tree861b10567276cb6f8e66d6cc4d455c72e7fffbcb /src/net/eathena/inventoryhandler.h
parentbba45d879b84a20e7b6f50aca1297cb3899aafdd (diff)
downloadplus-a22d7bce703101ba3ae15cb5b8545381dfe863c4.tar.gz
plus-a22d7bce703101ba3ae15cb5b8545381dfe863c4.tar.bz2
plus-a22d7bce703101ba3ae15cb5b8545381dfe863c4.tar.xz
plus-a22d7bce703101ba3ae15cb5b8545381dfe863c4.zip
Move server slot to client slot conversion from ea into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r--src/net/eathena/inventoryhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h
index 0b9a70237..272d3a82b 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -68,6 +68,9 @@ class InventoryHandler final : public MessageHandler,
void selectEgg(const Item *const item) const override final;
+ int convertFromServerSlot(const int serverSlot)
+ const override final A_WARN_UNUSED;
+
protected:
static void processPlayerEquipment(Net::MessageIn &msg);