diff options
-rw-r--r-- | src/gui/models/typelistmodel.h | 4 |
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 |