diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-01 02:55:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:54 +0300 |
commit | a15146e08d00f9986edfde7a15a70790b64cc1ce (patch) | |
tree | 21dc4ad2911d4ba3fc4ff70b3e16b0ae18674778 /src/net/tmwa/inventoryhandler.h | |
parent | a1d70b6c12ef1edb2028d573176fc240777f5bcf (diff) | |
download | plus-a15146e08d00f9986edfde7a15a70790b64cc1ce.tar.gz plus-a15146e08d00f9986edfde7a15a70790b64cc1ce.tar.bz2 plus-a15146e08d00f9986edfde7a15a70790b64cc1ce.tar.xz plus-a15146e08d00f9986edfde7a15a70790b64cc1ce.zip |
Move processPlayerEquipment from ea into tmwa and eathena namespace.
Diffstat (limited to 'src/net/tmwa/inventoryhandler.h')
-rw-r--r-- | src/net/tmwa/inventoryhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h index d0df79ae0..e575853d8 100644 --- a/src/net/tmwa/inventoryhandler.h +++ b/src/net/tmwa/inventoryhandler.h @@ -57,6 +57,9 @@ class InventoryHandler final : public MessageHandler, const int slot, const int amount, const int destination) const override final; + + protected: + void processPlayerEquipment(Net::MessageIn &msg); }; } // namespace TmwAthena |