diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-01 21:38:15 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-01 21:38:15 +0400 |
commit | 755f8b03bd4946620434851a3d8b9f77a5bd8d24 (patch) | |
tree | 123c8595a1d391189c6b47b04636dd576dda9c97 /items.xml | |
parent | 05a9ec4c1166c16addf849e4bb51ba3f11dc032c (diff) | |
download | clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.tar.gz clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.tar.bz2 clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.tar.xz clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.zip |
Renamed knife weapon sound effects for clarity in the future.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -151,8 +151,8 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. <!-- Weapon Animations --> <item id="30" type="other"> <sprite>knifer.xml</sprite> - <sound event="hit">weapons/knives/knife-hit1.ogg</sound> - <sound event="strike">weapons/knives/knife-strike1.ogg</sound> + <sound event="hit">weapons/knife/hit1.ogg</sound> + <sound event="strike">weapons/knife/strike1.ogg</sound> </item> @@ -602,8 +602,8 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. maxFloorOffsetX="9" maxFloorOffsetY="12"> <sprite>equipment/weapons/knife.xml</sprite> - <sound event="hit">weapons/knives/knife-hit1.ogg</sound> - <sound event="strike">weapons/knives/knife-strike1.ogg</sound> + <sound event="hit">weapons/knife/hit1.ogg</sound> + <sound event="strike">weapons/knife/strike1.ogg</sound> </item> </items> |