diff options
Diffstat (limited to 'src/net/eathena/loginhandler.cpp')
-rw-r--r-- | src/net/eathena/loginhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/loginhandler.cpp b/src/net/eathena/loginhandler.cpp index 07614be0c..5c99908f8 100644 --- a/src/net/eathena/loginhandler.cpp +++ b/src/net/eathena/loginhandler.cpp @@ -107,7 +107,7 @@ void LoginHandler::sendLoginRegister(const std::string &restrict username, } else { - createOutPacket(CMSG_LOGIN_REGISTER2); + createOutPacket(CMSG_LOGIN_REGISTER4); outMsg.writeString(username, 24, "login"); outMsg.writeStringNoLog(password, 24, "password"); outMsg.writeInt8(0x03, "client type"); |