summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-15 21:55:53 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-15 21:56:18 +0300
commit8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac (patch)
tree90c1f35c37eb5fdea36e95d8c7f553c8030857b4
parent0ce3e957e488370ffb0979a6151dbb5e89e40d5f (diff)
downloadplus-8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac.tar.gz
plus-8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac.tar.bz2
plus-8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac.tar.xz
plus-8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac.zip
Replace server type name eAthena to Hercules.
-rw-r--r--src/gui/models/typelistmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/models/typelistmodel.h b/src/gui/models/typelistmodel.h
index 39353db06..04d9d93de 100644
--- a/src/gui/models/typelistmodel.h
+++ b/src/gui/models/typelistmodel.h
@@ -56,7 +56,7 @@ class TypeListModel final : public ListModel
return "TmwAthena";
#ifdef EATHENA_SUPPORT
else if (elementIndex == 1)
- return "eAthena";
+ return "Hercules";
else if (elementIndex == 2)
return "Evol2";
#endif // EATHENA_SUPPORT
@@ -64,7 +64,7 @@ class TypeListModel final : public ListModel
#else // TMWA_SUPPORT
#ifdef EATHENA_SUPPORT
if (elementIndex == 0)
- return "eAthena";
+ return "Hercules";
else if (elementIndex == 1)
return "Evol2";
else