summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtoelke <jtoelke@gmx.de>2013-05-06 12:50:17 -0700
committerjtoelke <jtoelke@gmx.de>2013-05-06 12:50:17 -0700
commita72692a1c5fe575f5a09462ed83c76c8ee4cacca (patch)
tree90a63346e7c658d4843983389d29547867c4197d
parent8d9264bcae8835e2ea0bc0dd1d429fb04d4dee63 (diff)
parent401c11f7821e6ce547d2a4fa10fe2af54ba06bdc (diff)
downloadclientdata-a72692a1c5fe575f5a09462ed83c76c8ee4cacca.tar.gz
clientdata-a72692a1c5fe575f5a09462ed83c76c8ee4cacca.tar.bz2
clientdata-a72692a1c5fe575f5a09462ed83c76c8ee4cacca.tar.xz
clientdata-a72692a1c5fe575f5a09462ed83c76c8ee4cacca.zip
Merge pull request #11 from atheros/settings-xml
settings.xml is needed for the mana client
-rw-r--r--settings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 00000000..99836199
--- /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="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>