summaryrefslogtreecommitdiff
path: root/settings.xml
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-06-09 20:33:23 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-09 20:33:23 +0200
commitd2923965d95fd00462937678945c9d0bacd9eb6b (patch)
tree52e8f50f9b23ca4f447ad9c56f32cb5ed9b8f547 /settings.xml
parentca927fd89c5b902f3a18ecae8b27899ac13cf16a (diff)
parenta2fd108c1ca8cf389575eca833fc12c18d7e0975 (diff)
downloadclientdata-d2923965d95fd00462937678945c9d0bacd9eb6b.tar.gz
clientdata-d2923965d95fd00462937678945c9d0bacd9eb6b.tar.bz2
clientdata-d2923965d95fd00462937678945c9d0bacd9eb6b.tar.xz
clientdata-d2923965d95fd00462937678945c9d0bacd9eb6b.zip
Merge remote-tracking branch 'origin/master' into waric
Conflicts: items.xml
Diffstat (limited to 'settings.xml')
-rw-r--r--settings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 00000000..d8060d9c
--- /dev/null
+++ b/settings.xml
@@ -0,0 +1,16 @@
+<!--
+ 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="maps.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="hair.xml" />
+ <include file="units.xml" />
+</settings>