diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-06 19:49:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 19:49:15 +0300 |
commit | 575b5ce55b40ab3c923230299b893909ac0ab59e (patch) | |
tree | d0818a446aaa51054be6131407edf42897b93348 /src/net/ea/inventoryhandler.h | |
parent | bd194dcc0f06959322253c91761a93d53c468ca0 (diff) | |
download | plus-575b5ce55b40ab3c923230299b893909ac0ab59e.tar.gz plus-575b5ce55b40ab3c923230299b893909ac0ab59e.tar.bz2 plus-575b5ce55b40ab3c923230299b893909ac0ab59e.tar.xz plus-575b5ce55b40ab3c923230299b893909ac0ab59e.zip |
Move processPlayerStorageAdd 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 607ccdc0e..e0bfb6a1f 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -88,8 +88,6 @@ class InventoryHandler notfinal : public Net::InventoryHandler void processPlayerStorageStatus(Net::MessageIn &msg); - void processPlayerStorageAdd(Net::MessageIn &msg); - void processPlayerStorageRemove(Net::MessageIn &msg); void processPlayerStorageClose(Net::MessageIn &msg); |