diff options
author | Reid <reidyaro@gmail.com> | 2012-06-12 23:23:39 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-12 23:23:39 +0200 |
commit | d9db05508f39858431b025b08862b5984264918b (patch) | |
tree | ec26d7046f7c61a9fad293b4a320dcf8d1233804 | |
parent | a81ec107d7ae9402bed772bafb0537eaf2ac64f6 (diff) | |
download | clientdata-d9db05508f39858431b025b08862b5984264918b.tar.gz clientdata-d9db05508f39858431b025b08862b5984264918b.tar.bz2 clientdata-d9db05508f39858431b025b08862b5984264918b.tar.xz clientdata-d9db05508f39858431b025b08862b5984264918b.zip |
Remove useless weapons IDs on items.xml .
-rw-r--r-- | items.xml | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -150,38 +150,10 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. <!-- Weapon Animations --> <item id="30" type="other"> - <sprite>aurisghard.xml</sprite> - </item> - <item id="31" type="other"> - <sprite>axe.xml</sprite> - </item> - <item id="32" type="other"> - <sprite>bow.xml</sprite> - <sound event="strike">weapons/bows/strike1.ogg</sound> - </item> - <item id="33" type="other"> <sprite>dagger.xml</sprite> <sound event="hit">weapons/daggers/dagger-hit1.ogg</sound> <sound event="strike">weapons/daggers/dagger-strike1.ogg</sound> </item> - <item id="34" type="other"> - <sprite>death scyth.xml</sprite> - </item> - <item id="35" type="other"> - <sprite>mining-pick.xml</sprite> - </item> - <item id="36" type="other"> - <sprite>scythe.xml</sprite> - </item> - <item id="37" type="other"> - <sprite>staff.xml</sprite> - </item> - <item id="38" type="other"> - <sprite>sword.xml</sprite> - </item> - <item id="39" type="other"> - <sprite>whip.xml</sprite> - </item> <!-- Usable Items --> |