summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 23:18:50 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 23:18:50 +0300
commitf4adf3093ce086549eb8d4bed228dee1d62f5e9d (patch)
tree50cfa08d2fa8049fea70bfc7f7767dd34e5007a6 /src/net/tmwa/playerhandler.h
parent30a8ec57bb01a17f27a25ed9e4d8ec036039ae33 (diff)
downloadplus-f4adf3093ce086549eb8d4bed228dee1d62f5e9d.tar.gz
plus-f4adf3093ce086549eb8d4bed228dee1d62f5e9d.tar.bz2
plus-f4adf3093ce086549eb8d4bed228dee1d62f5e9d.tar.xz
plus-f4adf3093ce086549eb8d4bed228dee1d62f5e9d.zip
eathena: add packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE 0x02d8.
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r--src/net/tmwa/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index 213d8596d..3fb89db83 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -79,6 +79,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void revive() const override final;
+ void setViewEquipment(const bool allow) const override final;
+
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);