summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index fab83a6df..43061cf09 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -495,12 +495,12 @@ void setBrandingDefaults(Configuration &cfg)
DefaultsData &configData = cfg.getDefaultValues();
AddDEF("wallpapersPath", "");
AddDEF("wallpapersFile", "");
- AddDEF("appName", "ManaPlus");
+ AddDEF("appName", "ManaVerse");
AddDEF("appIcon", "icons/manaplus");
AddDEF("loginMusic", "keprohm.ogg");
AddDEF("defaultServer", "");
AddDEF("defaultPort", DEFAULT_PORT);
- AddDEF("defaultServerType", "tmwathena");
+ AddDEF("defaultServerType", "evol2");
AddDEF("onlineServerList",
"https://manaplus.germantmw.de/manaplus/serverlist.xml");
AddDEF("onlineServerList2",