summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
authorBertram <yohanndotferreiraatorange.fr>2010-04-16 13:58:56 +0200
committerBertram <yohanndotferreiraatorange.fr>2010-04-17 12:03:44 +0200
commit3ae525b05858af105cc7e3eb6ac7316fc2f5bbd5 (patch)
tree5737c40d37a7b87897b9dc9b422198b28a18b13a /src/net/net.cpp
parent924760c45e0f1aa1105e192bd83d6a4ce2c80f81 (diff)
downloadMana-3ae525b05858af105cc7e3eb6ac7316fc2f5bbd5.tar.gz
Mana-3ae525b05858af105cc7e3eb6ac7316fc2f5bbd5.tar.bz2
Mana-3ae525b05858af105cc7e3eb6ac7316fc2f5bbd5.tar.xz
Mana-3ae525b05858af105cc7e3eb6ac7316fc2f5bbd5.zip
Changed eAthena protocol name to TmwAthena and changed the config files accordingly.
This makes room for the actual eAthena protocol future inclusion.
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index f7ab3897..5e7c989f 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -37,7 +37,7 @@
#include "net/specialhandler.h"
#include "net/tradehandler.h"
-#include "net/ea/generalhandler.h"
+#include "net/tmwa/generalhandler.h"
#include "net/manaserv/generalhandler.h"
@@ -149,8 +149,8 @@ void connectToServer(const ServerInfo &server)
new ManaServ::GeneralHandler;
break;
- case ServerInfo::EATHENA:
- new EAthena::GeneralHandler;
+ case ServerInfo::TMWATHENA:
+ new TmwAthena::GeneralHandler;
break;
default: