summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-19 17:53:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-19 17:53:18 +0300
commitd83619031b9e2cf4588de4cdf9969cd069158fc6 (patch)
treed21602e77e373d8ce885626e559d2012fe83186a /src/net/eathena/loginhandler.cpp
parent2a6e9be672bca68c43b6ca030a14000d9d5d3e13 (diff)
downloadplus-d83619031b9e2cf4588de4cdf9969cd069158fc6.tar.gz
plus-d83619031b9e2cf4588de4cdf9969cd069158fc6.tar.bz2
plus-d83619031b9e2cf4588de4cdf9969cd069158fc6.tar.xz
plus-d83619031b9e2cf4588de4cdf9969cd069158fc6.zip
Add missing login server packets and add comments to some packets.
Diffstat (limited to 'src/net/eathena/loginhandler.cpp')
-rw-r--r--src/net/eathena/loginhandler.cpp2
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");