diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 13:27:21 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 13:27:21 -0600 |
commit | 03761078314cca27692ccce12a823c484fbe90e0 (patch) | |
tree | ffe264d029a6ae5bd85b26a43aa14ac0079da89f /src/net/ea/charserverhandler.cpp | |
parent | b55ace0590c8d8112294a6724fd224d8e44834d1 (diff) | |
download | mana-03761078314cca27692ccce12a823c484fbe90e0.tar.gz mana-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2 mana-03761078314cca27692ccce12a823c484fbe90e0.tar.xz mana-03761078314cca27692ccce12a823c484fbe90e0.zip |
Basically finish rebranding
Diffstat (limited to 'src/net/ea/charserverhandler.cpp')
-rw-r--r-- | src/net/ea/charserverhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/charserverhandler.cpp b/src/net/ea/charserverhandler.cpp index 13c3cf45..0f93efb8 100644 --- a/src/net/ea/charserverhandler.cpp +++ b/src/net/ea/charserverhandler.cpp @@ -296,7 +296,7 @@ void CharServerHandler::connect() outMsg.writeInt32(token.session_ID1); outMsg.writeInt32(token.session_ID2); // [Fate] The next word is unused by the old char server, so we squeeze in - // tmw client version information + // mana client version information outMsg.writeInt16(CLIENT_PROTOCOL_VERSION); outMsg.writeInt8((token.sex == GENDER_MALE) ? 1 : 0); |