summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-03 23:12:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:56 +0300
commit9049b5a8d88f864a99df228df0152adabef4d909 (patch)
tree5797799ae8c986c0d6fafa38c22a5792680fbcd5 /src/net/tmwa/inventoryhandler.h
parent0af6ac61cb8fbe5b1b0a593a705a14c8a01e2fa3 (diff)
downloadplus-9049b5a8d88f864a99df228df0152adabef4d909.tar.gz
plus-9049b5a8d88f864a99df228df0152adabef4d909.tar.bz2
plus-9049b5a8d88f864a99df228df0152adabef4d909.tar.xz
plus-9049b5a8d88f864a99df228df0152adabef4d909.zip
Move processPlayerEquip 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 3ec37c5b5..a41e47ebf 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -64,6 +64,8 @@ class InventoryHandler final : public MessageHandler,
void processPlayerInventoryAdd(Net::MessageIn &msg);
void processPlayerInventory(Net::MessageIn &msg);
+
+ void processPlayerEquip(Net::MessageIn &msg);
};
} // namespace TmwAthena