diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-01 16:16:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-01 16:16:37 +0300 |
commit | fef6ebca9c454f99d44e950c4628270b124c445f (patch) | |
tree | 2955cd8be025c6460147909c9c97b0f9c213ecb4 /src/net/eathena/playerhandler.h | |
parent | e49cbd2dfc23b1ad0b8f568a7b0e8bc054546230 (diff) | |
download | plus-fef6ebca9c454f99d44e950c4628270b124c445f.tar.gz plus-fef6ebca9c454f99d44e950c4628270b124c445f.tar.bz2 plus-fef6ebca9c454f99d44e950c4628270b124c445f.tar.xz plus-fef6ebca9c454f99d44e950c4628270b124c445f.zip |
eathena: add support for send chat command from server.
Changed client net version to 8.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 22a2cd56e..bc2dab173 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -109,6 +109,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler static void processPlayerAutoShadowSpellList(Net::MessageIn &msg); static void processPlayerRankPoints(Net::MessageIn &msg); + + static void processPlayerClientCommand(Net::MessageIn &msg); }; } // namespace EAthena |