diff options
author | Reid <reidyaro@gmail.com> | 2012-05-23 23:24:57 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-23 23:24:57 +0200 |
commit | 8b6dac663dd82c1045d808f64ec47ad1c2075866 (patch) | |
tree | cf9831869093adedccccfcbc9dfa32369a4c29f8 /items.xml | |
parent | c30001fa17772d07712c9288a7f20fb91c3ed378 (diff) | |
download | clientdata-8b6dac663dd82c1045d808f64ec47ad1c2075866.tar.gz clientdata-8b6dac663dd82c1045d808f64ec47ad1c2075866.tar.bz2 clientdata-8b6dac663dd82c1045d808f64ec47ad1c2075866.tar.xz clientdata-8b6dac663dd82c1045d808f64ec47ad1c2075866.zip |
Correct bandana sprite and icon name.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -481,7 +481,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. <!-- Head --> <item id="2900" - image="equipment/head/bandana hat.png" + image="equipment/head/bandana.png" name="Bandana" description="A striped bandana." effect="Defense +1" @@ -489,7 +489,7 @@ Multiple's colors dye is now setted up by itemcolors.xml. defense="1" weight="13" max-per-slot="1"> - <sprite>equipment/head/bandana hat.xml</sprite> + <sprite>equipment/head/bandana.xml</sprite> <replace sprite="hair"> <item from="-3" to="-2" /> <item from="-5" to="-4" /> |