From 208da05ae612c118f1f6d91dca7bbd8670cf2897 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Nov 2014 17:19:44 +0300 Subject: eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531 and CMSG_SERVER_VERSION_REQUEST 0x7530 --- src/net/eathena/loginhandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/loginhandler.h') diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index eda2c809a..8e30e908a 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -60,21 +60,21 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler const std::string &restrict newPassword) const override final; + void sendVersion() const; + ServerInfo *getCharServer() const override final A_WARN_UNUSED; static void processLoginError2(Net::MessageIn &msg); static void processUpdateHost2(Net::MessageIn &msg); + static void processServerVersion(Net::MessageIn &msg); + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, const std::string &restrict email) const override final; - - // unused - void processServerVersion(Net::MessageIn &msg A_UNUSED) - { } }; } // namespace EAthena -- cgit v1.2.3-70-g09d2