diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:03:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:34:59 +0300 |
commit | b96e6eeba6e1511568c8291bd8cb6a6d3706635c (patch) | |
tree | d021843c88d856f86f018547c30f1181290ffcbe /src/client.cpp | |
parent | 60859a71dd9794b0216cc7a60146d417e06dbbad (diff) | |
download | plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.gz plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.bz2 plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.xz plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.zip |
Remove define EATHENA_SUPPORT from all code.
Now eathena like support enabled always.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.cpp b/src/client.cpp index f0deaeca4..1fec49b29 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -602,7 +602,6 @@ void Client::gameClear() EmoteDB::unload(); ItemDB::unload(); ItemFieldDb::unload(); -#ifdef EATHENA_SUPPORT const ServerTypeT type = Net::getNetworkType(); if (type == ServerType::EATHENA || type == ServerType::EVOL2) @@ -612,7 +611,6 @@ void Client::gameClear() SkillUnitDb::unload(); HorseDB::unload(); } -#endif MonsterDB::unload(); NPCDB::unload(); NpcDialogDB::unload(); @@ -1331,7 +1329,6 @@ int Client::gameExec() ItemFieldDb::load(); ItemDB::load(); Being::load(); -#ifdef EATHENA_SUPPORT const ServerTypeT type = Net::getNetworkType(); if (type == ServerType::EATHENA || type == ServerType::EVOL2) @@ -1341,7 +1338,6 @@ int Client::gameExec() SkillUnitDb::load(); HorseDB::load(); } -#endif MonsterDB::load(); AvatarDB::load(); BadgesDB::load(); |