summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/loginhandler.cpp')
-rw-r--r--src/net/tmwa/loginhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/loginhandler.cpp b/src/net/tmwa/loginhandler.cpp
index 3e742f88..55336a84 100644
--- a/src/net/tmwa/loginhandler.cpp
+++ b/src/net/tmwa/loginhandler.cpp
@@ -307,8 +307,8 @@ void LoginHandler::unregisterAccount(const std::string &username,
void LoginHandler::sendLoginRegister(const std::string &username,
const std::string &password)
{
- MessageOut outMsg(0x0064);
- outMsg.writeInt32(20); // client version
+ MessageOut outMsg(CMSG_LOGIN_REGISTER);
+ outMsg.writeInt32(6); // client version
outMsg.writeString(username, 24);
outMsg.writeString(password, 24);