summaryrefslogtreecommitdiff
path: root/src/net/ea/charserverhandler.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
commit03761078314cca27692ccce12a823c484fbe90e0 (patch)
treeffe264d029a6ae5bd85b26a43aa14ac0079da89f /src/net/ea/charserverhandler.cpp
parentb55ace0590c8d8112294a6724fd224d8e44834d1 (diff)
downloadmana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.gz
mana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2
mana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.xz
mana-client-03761078314cca27692ccce12a823c484fbe90e0.zip
Basically finish rebranding
Diffstat (limited to 'src/net/ea/charserverhandler.cpp')
-rw-r--r--src/net/ea/charserverhandler.cpp2
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);