diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-22 01:28:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-22 01:28:21 +0300 |
commit | a39ca8e69e759daca60bd7f6cb2d5cb827d98893 (patch) | |
tree | b149b952dbbbe98f89387cde088676d5d984ea2c /src/net/eathena/loginhandler.h | |
parent | fbbf0771c39c27473e9b1b579aef68ab706fde50 (diff) | |
download | plus-a39ca8e69e759daca60bd7f6cb2d5cb827d98893.tar.gz plus-a39ca8e69e759daca60bd7f6cb2d5cb827d98893.tar.bz2 plus-a39ca8e69e759daca60bd7f6cb2d5cb827d98893.tar.xz plus-a39ca8e69e759daca60bd7f6cb2d5cb827d98893.zip |
eathena: add packet CMSG_LOGIN_PING 0x0200.
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 918d5c66d..c1543e627 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -61,6 +61,8 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler int supportedOptionalActions() const override final A_WARN_UNUSED; + void ping() const override final; + protected: static void processLoginError2(Net::MessageIn &msg); |