summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-06 19:49:15 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 19:49:15 +0300
commit575b5ce55b40ab3c923230299b893909ac0ab59e (patch)
treed0818a446aaa51054be6131407edf42897b93348 /src/net/tmwa/inventoryhandler.h
parentbd194dcc0f06959322253c91761a93d53c468ca0 (diff)
downloadplus-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/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 6eef0c3de..b19e388ac 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -70,6 +70,8 @@ class InventoryHandler final : public MessageHandler,
void processPlayerUnEquip(Net::MessageIn &msg);
void processPlayerStorageEquip(Net::MessageIn &msg);
+
+ void processPlayerStorageAdd(Net::MessageIn &msg);
};
} // namespace TmwAthena