summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-12 01:30:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-12 01:30:10 +0300
commit1aedc45da834c18cd33d04be0fe43245518192ff (patch)
treeaec7d7b2328d6643e9f6ba3460419765304a4657 /src/net/eathena/loginhandler.h
parent4247e05ae8ee9e14323629701c3a11e5c2fac674 (diff)
downloadplus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.gz
plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.bz2
plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.xz
plus-1aedc45da834c18cd33d04be0fe43245518192ff.zip
evol: add packet CMSG_LOGIN_REGISTER2 0x027c.
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r--src/net/eathena/loginhandler.h5
1 files changed, 2 insertions, 3 deletions
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);