summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-08-02 22:59:34 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-08-02 23:48:29 +0200
commit5f4936e70b92a625f54d791debadf65d8fa3a02c (patch)
treeea80783c5fc66416c92abb3d8c5d21ce599ac7bb /src/game-server/main-game.cpp
parent9b30cad049d8f3ac9c63290331e73515d51c0260 (diff)
downloadmanaserv-5f4936e70b92a625f54d791debadf65d8fa3a02c.tar.gz
manaserv-5f4936e70b92a625f54d791debadf65d8fa3a02c.tar.bz2
manaserv-5f4936e70b92a625f54d791debadf65d8fa3a02c.tar.xz
manaserv-5f4936e70b92a625f54d791debadf65d8fa3a02c.zip
Changed the stat file name to attributes.xml.
I also made it required to start properly since it's now the case. Reviewed-by: Jaxad0127.
Diffstat (limited to 'src/game-server/main-game.cpp')
-rw-r--r--src/game-server/main-game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 405ec68f..5c146dea 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -66,7 +66,7 @@ using utils::Logger;
#define DEFAULT_ITEMSDB_FILE "items.xml"
#define DEFAULT_EQUIPDB_FILE "equip.xml"
#define DEFAULT_SKILLSDB_FILE "mana-skills.xml"
-#define DEFAULT_ATTRIBUTEDB_FILE "stats.xml"
+#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"