From 1aedc45da834c18cd33d04be0fe43245518192ff Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Nov 2014 01:30:10 +0300 Subject: evol: add packet CMSG_LOGIN_REGISTER2 0x027c. --- src/net/eathena/loginhandler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/net/eathena/loginhandler.h') diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 4f8b3110c..ae5f63677 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -49,9 +49,6 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler void disconnect() override final; - int supportedOptionalActions() const override final A_WARN_UNUSED - { return Net::RegistrationOptions::SetGenderOnRegister; } - unsigned int getMaxPasswordLength() const override final A_WARN_UNUSED { return 24; } @@ -64,6 +61,8 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler ServerInfo *getCharServer() const override final A_WARN_UNUSED; + int supportedOptionalActions() const override final A_WARN_UNUSED; + static void processLoginError2(Net::MessageIn &msg); static void processUpdateHost2(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50