diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-03 13:27:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | 28741b7ba3eea91a80fef6e1b2e57553c67bf6ea (patch) | |
tree | 7cfc8d8048763ac6e0da521d11f3349177199ba3 /src/net/ea/inventoryhandler.h | |
parent | cb392d4bf99ff06849f5891a17be59a7e509ff98 (diff) | |
download | plus-28741b7ba3eea91a80fef6e1b2e57553c67bf6ea.tar.gz plus-28741b7ba3eea91a80fef6e1b2e57553c67bf6ea.tar.bz2 plus-28741b7ba3eea91a80fef6e1b2e57553c67bf6ea.tar.xz plus-28741b7ba3eea91a80fef6e1b2e57553c67bf6ea.zip |
Move processPlayerInventory from ea namespace into tmwa and eathena.
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index 7afd688dc..8d5f76464 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -80,8 +80,6 @@ class InventoryHandler notfinal : public Net::InventoryHandler static int getSlot(const int eAthenaSlot) A_WARN_UNUSED; - void processPlayerInventory(Net::MessageIn &msg); - void processPlayerStorageEquip(Net::MessageIn &msg); static void processPlayerInventoryRemove(Net::MessageIn &msg); |