diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-05-01 01:38:44 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-05-01 02:06:03 +0200 |
commit | 6d8b088cbc4f7cc5b97ee570e41b29fc7aaca3a8 (patch) | |
tree | 6e499aea68393dd0ecb4ab57132b88d9d3bd114b /src/game-server/main-game.cpp | |
parent | ff94ab60316390e1863feae411adad765ae3fb98 (diff) | |
download | manaserv-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.
Diffstat (limited to 'src/game-server/main-game.cpp')
-rw-r--r-- | src/game-server/main-game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |