diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-07-03 22:55:24 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-07-03 22:55:24 -0400 |
commit | c23e50bc14b3ac3070a52fc15296eb837dc7aa16 (patch) | |
tree | 6937a64899b7f5b0e1356294cc510127cd75c57d /tmw-skills.xml | |
parent | b2c6ed41255b5d6f764556bcc039a9f4dbd562e1 (diff) | |
download | clientdata-c23e50bc14b3ac3070a52fc15296eb837dc7aa16.tar.gz clientdata-c23e50bc14b3ac3070a52fc15296eb837dc7aa16.tar.bz2 clientdata-c23e50bc14b3ac3070a52fc15296eb837dc7aa16.tar.xz clientdata-c23e50bc14b3ac3070a52fc15296eb837dc7aa16.zip |
Nothing changing for eA, but corrected the weapon-type IDs in items.xml for the new skills
Also added the mace skill left out
Diffstat (limited to 'tmw-skills.xml')
-rw-r--r-- | tmw-skills.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tmw-skills.xml b/tmw-skills.xml index a7da0362..972df51a 100644 --- a/tmw-skills.xml +++ b/tmw-skills.xml @@ -9,8 +9,9 @@ <skill id="105" name="Whip" icon="graphics/images/whip.png" /> <skill id="106" name="Bow" icon="graphics/images/bow.png" /> <skill id="107" name="Shooting" icon="graphics/images/shooting.png" /> - <skill id="108" name="Axe" icon="graphics/images/axe.png" /> - <skill id="109" name="Thrown" icon="graphics/images/thrown.png" /> + <skill id="108" name="Mace" /> + <skill id="109" name="Axe" icon="graphics/images/axe.png" /> + <skill id="110" name="Thrown" icon="graphics/images/thrown.png" /> </set> <set name="Magic"> <skill id="200" name="Magic Example" /> |