summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-05-01 01:38:44 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-05-01 02:06:03 +0200
commit6d8b088cbc4f7cc5b97ee570e41b29fc7aaca3a8 (patch)
tree6e499aea68393dd0ecb4ab57132b88d9d3bd114b
parentff94ab60316390e1863feae411adad765ae3fb98 (diff)
downloadmanaserv-6d8b088cbc4f7cc5b97ee570e41b29fc7aaca3a8.tar.gz
manaserv-6d8b088cbc4f7cc5b97ee570e41b29fc7aaca3a8.tar.xz
manaserv-6d8b088cbc4f7cc5b97ee570e41b29fc7aaca3a8.zip
Renamed the mana-status-effects.xml to status-effects.xml
In fact, the client never prefixed that file. Hence, the server doesn't have to.
-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"