diff options
author | Reid <reidyaro@gmail.com> | 2011-12-08 01:40:11 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-08 01:40:11 +0100 |
commit | 1259cbede72dd1c8d96e930412c7de1c2bb056d3 (patch) | |
tree | ce540caef4534495e855f1a7cc7489878282032d /items.xml | |
parent | e654cff467fce19ed9759fdfd1db5a49f73f8d10 (diff) | |
download | clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.tar.gz clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.tar.bz2 clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.tar.xz clientdata-1259cbede72dd1c8d96e930412c7de1c2bb056d3.zip |
Corrected the knife icon and sprite path.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -467,7 +467,7 @@ Colors is now seted up by itemcolors.xml. <!-- Weapons --> <item id="3500" - image="equipment/weapon/knife.png" + image="equipment/weapons/sword/knife.png" name="Knife" description="A simple knife." effect="Damage +10" @@ -475,7 +475,7 @@ Colors is now seted up by itemcolors.xml. weapon-type="knife" attack-action="attack" weight="50"> - <sprite>weapon-dagger.xml</sprite> + <sprite>equipment/weapons/dagger.xml</sprite> <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound> <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound> </item> |