From 8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 15 Mar 2016 21:55:53 +0300 Subject: Replace server type name eAthena to Hercules. --- src/gui/models/typelistmodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-60-g2f50