diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/eathena/loginhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/loginhandler.cpp b/src/net/eathena/loginhandler.cpp index 8a36a616b..9c5c8ac4b 100644 --- a/src/net/eathena/loginhandler.cpp +++ b/src/net/eathena/loginhandler.cpp @@ -164,6 +164,7 @@ ServerInfo *LoginHandler::getCharServer() const void LoginHandler::processLoginError2(Net::MessageIn &msg) { const uint32_t code = msg.readInt32("error"); + msg.readString(20, "error message"); logger->log("Login::error code: %u", code); switch (code) |