summaryrefslogtreecommitdiff
path: root/example/settings.xml
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-05-19 11:40:50 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-08-26 22:56:47 +0200
commit4d46079cd147e05513473860cb2e92fec0c31b8f (patch)
tree0f115a91debb6be766a174e8042ff800aff3a0ec /example/settings.xml
parent6d14024f3df86c05e94f2b4161faf8f5d97c2c0f (diff)
downloadmanaserv-4d46079cd147e05513473860cb2e92fec0c31b8f.tar.gz
manaserv-4d46079cd147e05513473860cb2e92fec0c31b8f.tar.bz2
manaserv-4d46079cd147e05513473860cb2e92fec0c31b8f.tar.xz
manaserv-4d46079cd147e05513473860cb2e92fec0c31b8f.zip
Allow names instead of ids for attributes + cleanup
I did not adapt the scripts yet since we need some special handling for the attributes which are required by the server directly. So you still have to use the ids for those. I will change that later. In the future I want to use the AttributeInfo class instead of the int id everywhere possible. So I did a small start on that too.
Diffstat (limited to 'example/settings.xml')
-rw-r--r--example/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/settings.xml b/example/settings.xml
index f4a46e9e..6f2516d5 100644
--- a/example/settings.xml
+++ b/example/settings.xml
@@ -1,8 +1,8 @@
<settings>
<include file="paths.xml" />
+ <include file="attributes.xml" />
<include file="abilities.xml" />
<include file="maps.xml" />
- <include file="attributes.xml" />
<include file="skills.xml" />
<include file="equip.xml" />
<include file="items.xml" />