summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/clientdata/status-effects.xml (renamed from example/clientdata/mana-status-effect.xml)0
-rw-r--r--src/game-server/main-game.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/example/clientdata/mana-status-effect.xml b/example/clientdata/status-effects.xml
index 7b613c4..7b613c4 100644
--- a/example/clientdata/mana-status-effect.xml
+++ b/example/clientdata/status-effects.xml
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 95590f5..0b78655 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -70,7 +70,7 @@ using utils::Logger;
#define DEFAULT_ATTRIBUTEDB_FILE "attributes.xml"
#define DEFAULT_MAPSDB_FILE "maps.xml"
#define DEFAULT_MONSTERSDB_FILE "monsters.xml"
-#define DEFAULT_STATUSDB_FILE "mana-status-effect.xml"
+#define DEFAULT_STATUSDB_FILE "status-effects.xml"
#define DEFAULT_PERMISSION_FILE "permissions.xml"
#define DEFAULT_GLOBAL_EVENT_SCRIPT_FILE "scripts/global_events.lua"
#define DEFAULT_SPECIAL_ACTIONS_SCRIPT_FILE "scripts/special_actions.lua"