diff options
Diffstat (limited to 'src/gui/serverdialog.cpp')
-rw-r--r-- | src/gui/serverdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 7318a534..e92c9bec 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -51,7 +51,7 @@ ServerInfo::Type stringToServerType(const std::string &type) { if (compareStrI(type, "eathena") == 0) { - return ServerInfo::MANASERV; + return ServerInfo::EATHENA; } else if (compareStrI(type, "manaserv") == 0) { |