diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 19:42:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 19:42:43 +0300 |
commit | fc9391444b92f8334cbf9918e97cc3563dc52997 (patch) | |
tree | 196fb3416963ad38c62ac57ae60fe450237bded4 /src/net/ea/inventoryhandler.h | |
parent | 7e6d1a6e03052a08fd80ad2589295236ba40a3f1 (diff) | |
download | mv-fc9391444b92f8334cbf9918e97cc3563dc52997.tar.gz mv-fc9391444b92f8334cbf9918e97cc3563dc52997.tar.bz2 mv-fc9391444b92f8334cbf9918e97cc3563dc52997.tar.xz mv-fc9391444b92f8334cbf9918e97cc3563dc52997.zip |
Move processPlayerStorageRemove from ea namespace into eathena and tmwa.
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 3e393a98c..7458d0c6e 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -86,8 +86,6 @@ class InventoryHandler notfinal : public Net::InventoryHandler static void processPlayerStorageStatus(Net::MessageIn &msg); - static void processPlayerStorageRemove(Net::MessageIn &msg); - static void processPlayerStorageClose(Net::MessageIn &msg); static void processPlayerAttackRange(Net::MessageIn &msg); |