summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r--src/net/eathena/loginhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h
index 7c9b5eb61..f7c136e39 100644
--- a/src/net/eathena/loginhandler.h
+++ b/src/net/eathena/loginhandler.h
@@ -55,7 +55,7 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler
{ return SetGenderOnRegister; }
unsigned int getMaxPasswordLength() const override A_WARN_UNUSED
- { return 25; }
+ { return 24; }
void changePassword(const std::string &username,
const std::string &oldPassword,