diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:26:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:26:21 +0300 |
commit | 3402b274b847cf5adef6beb1d1bd81eb01300898 (patch) | |
tree | cd2d6c56e768e34382ddacaa67e276b406b3389d /src/net/eathena/loginhandler.h | |
parent | b56d93804c561ed11d678ab193d1d7ddc8e586b1 (diff) | |
download | plus-3402b274b847cf5adef6beb1d1bd81eb01300898.tar.gz plus-3402b274b847cf5adef6beb1d1bd81eb01300898.tar.bz2 plus-3402b274b847cf5adef6beb1d1bd81eb01300898.tar.xz plus-3402b274b847cf5adef6beb1d1bd81eb01300898.zip |
eathena: add partial support for packet SMSG_LOGIN_CODING_KEY 0x01dc.
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index fb76605ac..38cacc380 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -63,12 +63,15 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler int supportedOptionalActions() const override final A_WARN_UNUSED; + protected: static void processLoginError2(Net::MessageIn &msg); static void processUpdateHost2(Net::MessageIn &msg); static void processServerVersion(Net::MessageIn &msg); + static void processCondingKey(Net::MessageIn &msg); + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, |