summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-13 19:42:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-13 19:42:43 +0300
commitfc9391444b92f8334cbf9918e97cc3563dc52997 (patch)
tree196fb3416963ad38c62ac57ae60fe450237bded4 /src/net/tmwa/inventoryhandler.h
parent7e6d1a6e03052a08fd80ad2589295236ba40a3f1 (diff)
downloadplus-fc9391444b92f8334cbf9918e97cc3563dc52997.tar.gz
plus-fc9391444b92f8334cbf9918e97cc3563dc52997.tar.bz2
plus-fc9391444b92f8334cbf9918e97cc3563dc52997.tar.xz
plus-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.h2
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