summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-05-01 01:31:03 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-05-01 01:31:03 +0200
commitff94ab60316390e1863feae411adad765ae3fb98 (patch)
tree4310083609d6f3509acb1c92c1b70f1753abea7e
parent41f8ea1b753d46a45996577dc5d2403d9587ca49 (diff)
downloadmanaserv-ff94ab60316390e1863feae411adad765ae3fb98.tar.gz
manaserv-ff94ab60316390e1863feae411adad765ae3fb98.tar.xz
manaserv-ff94ab60316390e1863feae411adad765ae3fb98.zip
Changed the server to look for the skills.xml file.
This, instead of the mana-skills.xml file, to follow latest client changes.
-rw-r--r--example/clientdata/skills.xml (renamed from example/clientdata/mana-skills.xml)0
-rw-r--r--src/game-server/main-game.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/example/clientdata/mana-skills.xml b/example/clientdata/skills.xml
index ace8b44..ace8b44 100644
--- a/example/clientdata/mana-skills.xml
+++ b/example/clientdata/skills.xml
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 63ea004..95590f5 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -66,7 +66,7 @@ using utils::Logger;
#define DEFAULT_CONFIG_FILE "manaserv.xml"
#define DEFAULT_ITEMSDB_FILE "items.xml"
#define DEFAULT_EQUIPDB_FILE "equip.xml"
-#define DEFAULT_SKILLSDB_FILE "mana-skills.xml"
+#define DEFAULT_SKILLSDB_FILE "skills.xml"
#define DEFAULT_ATTRIBUTEDB_FILE "attributes.xml"
#define DEFAULT_MAPSDB_FILE "maps.xml"
#define DEFAULT_MONSTERSDB_FILE "monsters.xml"