summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-03 12:51:52 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:56 +0300
commitbfa9351f768f20b591cccdbb24eb546dfb59e27d (patch)
treeed5b33755ee7ed29063e362d3a063704678a4c4e /src/net/tmwa/inventoryhandler.h
parentafb32d7896cf03603d15802bc237fc53f7681444 (diff)
downloadplus-bfa9351f768f20b591cccdbb24eb546dfb59e27d.tar.gz
plus-bfa9351f768f20b591cccdbb24eb546dfb59e27d.tar.bz2
plus-bfa9351f768f20b591cccdbb24eb546dfb59e27d.tar.xz
plus-bfa9351f768f20b591cccdbb24eb546dfb59e27d.zip
move processPlayerInventoryAdd from ea namespace into tmwa and eathena.
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 e575853d8..97d5ec0b3 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -60,6 +60,8 @@ class InventoryHandler final : public MessageHandler,
protected:
void processPlayerEquipment(Net::MessageIn &msg);
+
+ void processPlayerInventoryAdd(Net::MessageIn &msg);
};
} // namespace TmwAthena