diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 17:11:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 17:11:44 +0300 |
commit | 0a455d7f67e9c3e92b17d00be1602bf7d129a1da (patch) | |
tree | ca99f633e559101feb106f0d6727e09a537ffd08 /src/net/tmwa/playerhandler.h | |
parent | e88234e3d4d52ab4930d907562f68775fa558d07 (diff) | |
download | plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.tar.gz plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.tar.bz2 plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.tar.xz plus-0a455d7f67e9c3e92b17d00be1602bf7d129a1da.zip |
eathena: add packet CMSG_REMOVE_OPTION 0x012a.
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r-- | src/net/tmwa/playerhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index 7b4eed209..9365161ef 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -65,6 +65,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler const int id, const int level) const override final; + void removeOption() const override final; + protected: void processPlayerStatUpdate5(Net::MessageIn &msg); |