diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-19 17:53:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-19 17:53:18 +0300 |
commit | d83619031b9e2cf4588de4cdf9969cd069158fc6 (patch) | |
tree | d21602e77e373d8ce885626e559d2012fe83186a /src/net/eathena/loginhandler.cpp | |
parent | 2a6e9be672bca68c43b6ca030a14000d9d5d3e13 (diff) | |
download | manaverse-d83619031b9e2cf4588de4cdf9969cd069158fc6.tar.gz manaverse-d83619031b9e2cf4588de4cdf9969cd069158fc6.tar.bz2 manaverse-d83619031b9e2cf4588de4cdf9969cd069158fc6.tar.xz manaverse-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.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"); |