summaryrefslogtreecommitdiff
path: root/paths.xml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-07-21 14:27:01 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-07-21 14:27:01 -0700
commit095a51afe1cb8b619dc31c3941b29d8c0934568a (patch)
tree3116975836b66883406ab4944c69a5851fd439a2 /paths.xml
parentef3753622244c55b246fb952868c3ea7aac4869a (diff)
downloadclientdata-095a51afe1cb8b619dc31c3941b29d8c0934568a.tar.gz
clientdata-095a51afe1cb8b619dc31c3941b29d8c0934568a.tar.bz2
clientdata-095a51afe1cb8b619dc31c3941b29d8c0934568a.tar.xz
clientdata-095a51afe1cb8b619dc31c3941b29d8c0934568a.zip
Remove ea-skills.xml
Diffstat (limited to 'paths.xml')
-rw-r--r--paths.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/paths.xml b/paths.xml
index d037d4b6..0317a270 100644
--- a/paths.xml
+++ b/paths.xml
@@ -49,4 +49,15 @@ Also, don't forget to add the '/' path separator at the end of folder values.
<option name="music" value="music/"/>
<option name="wallpapers" value="graphics/images/"/>
<option name="wallpaperFile" value="login_wallpaper.png"/>
+ <!--
+ ManaPlus tries to load skillsFile first, then skillsFile2 if it failed.
+ In old versions, ea-skills.xml before skills.xml, now it is swapped.
+ This config setting makes any version of ManaPlus DTRT.
+
+ It can be removed once ea-skills.xml is not in zips
+ or min ManaPlus version is bumped to v1.4.1.18 (which is also the
+ first version that supports <include> in all files)
+ ... or would it be better to specify all the files?
+ -->
+ <option name="skillsFile" value="skills.xml"/>
</configuration>