From d83619031b9e2cf4588de4cdf9969cd069158fc6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 Apr 2016 17:53:18 +0300 Subject: Add missing login server packets and add comments to some packets. --- src/net/eathena/loginhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/loginhandler.cpp') 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"); -- cgit v1.2.3-70-g09d2