diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 10:58:58 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 10:58:58 -0600 |
commit | c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b (patch) | |
tree | 709fda8a3974b5e73d4cd4d7e688c544ce03ed96 /src/net/loginhandler.h | |
parent | 86e5e4c5bd29abcd90d21a64fdea7eac73665356 (diff) | |
download | mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.tar.gz mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.tar.bz2 mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.tar.xz mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.zip |
REplace instances of TMW with Mana
Diffstat (limited to 'src/net/loginhandler.h')
-rw-r--r-- | src/net/loginhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h index bef88094..89af9120 100644 --- a/src/net/loginhandler.h +++ b/src/net/loginhandler.h @@ -35,7 +35,7 @@ class LoginHandler { public: /** - * This enum describes options specific to either eAthena or tmwserv. + * This enum describes options specific to either eAthena or Manaserv. * By querying for these flags, the GUI can adapt to the current * server type dynamically. */ |