summaryrefslogtreecommitdiff
path: root/settings.xml
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2013-05-26 00:34:00 -0500
committerwushin <pasekei@gmail.com>2013-05-26 00:34:00 -0500
commit4bf4f8a3d8f325b3efaea8dce52f7db2c012a446 (patch)
treeb80dd8e4ed9e184ff26bc06981d29bfa3f2e567f /settings.xml
parenta4b855073b879f7a2c3da2890c4ab39607edc880 (diff)
parent5066fbd743d9ff63a032559396bb05794db166ba (diff)
downloadclientdata-4bf4f8a3d8f325b3efaea8dce52f7db2c012a446.tar.gz
clientdata-4bf4f8a3d8f325b3efaea8dce52f7db2c012a446.tar.bz2
clientdata-4bf4f8a3d8f325b3efaea8dce52f7db2c012a446.tar.xz
clientdata-4bf4f8a3d8f325b3efaea8dce52f7db2c012a446.zip
Merge branch 'master' of https://github.com/themanaworld/tmwa-client-data into paving-the-way
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>