diff options
-rw-r--r-- | settings.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.xml b/settings.xml new file mode 100644 index 00000000..936cfc4d --- /dev/null +++ b/settings.xml @@ -0,0 +1,15 @@ +<!-- + This is the main world settings file for Mana client since version 0.7. + It defines all the settings, and can include additional XML files for this. +--> +<settings> + <include file="paths.xml" /> + <include file="skills.xml" /> + <include file="items.xml" /> + <include file="monsters.xml" /> + <include file="npcs.xml" /> + <include file="emotes.xml" /> + <include file="status-effects.xml" /> + <include file="itemcolors.xml" /> + <include file="units.xml" /> +</settings> |