diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-23 15:45:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-23 15:45:54 +0300 |
commit | a22d7bce703101ba3ae15cb5b8545381dfe863c4 (patch) | |
tree | 861b10567276cb6f8e66d6cc4d455c72e7fffbcb /src/net/ea/inventoryhandler.h | |
parent | bba45d879b84a20e7b6f50aca1297cb3899aafdd (diff) | |
download | plus-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/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index f82cf5780..734e894f0 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -73,9 +73,6 @@ class InventoryHandler notfinal : public Net::InventoryHandler size_t getSize(const int type) const override final A_WARN_UNUSED; - int convertFromServerSlot(const int serverSlot) - const override final A_WARN_UNUSED; - void pushPickup(const int floorId) { mSentPickups.push(floorId); } |