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/tmwa/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/tmwa/inventoryhandler.h')
-rw-r--r-- | src/net/tmwa/inventoryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h index d8caf7a84..5b3a48172 100644 --- a/src/net/tmwa/inventoryhandler.h +++ b/src/net/tmwa/inventoryhandler.h @@ -90,6 +90,8 @@ class InventoryHandler final : public MessageHandler, static void processPlayerStorageEquip(Net::MessageIn &msg); static void processPlayerStorageAdd(Net::MessageIn &msg); + + static void processPlayerStorageRemove(Net::MessageIn &msg); }; } // namespace TmwAthena |