summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-01 21:38:15 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-01 21:38:15 +0400
commit755f8b03bd4946620434851a3d8b9f77a5bd8d24 (patch)
tree123c8595a1d391189c6b47b04636dd576dda9c97
parent05a9ec4c1166c16addf849e4bb51ba3f11dc032c (diff)
downloadclientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.tar.gz
clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.tar.bz2
clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.tar.xz
clientdata-755f8b03bd4946620434851a3d8b9f77a5bd8d24.zip
Renamed knife weapon sound effects for clarity in the future.
-rw-r--r--items.xml8
-rw-r--r--sfx/weapons/knife/hit1.ogg (renamed from sfx/weapons/knives/knife-hit1.ogg)bin6506 -> 6506 bytes
-rw-r--r--sfx/weapons/knife/strike1.ogg (renamed from sfx/weapons/knives/knife-strike1.ogg)bin6460 -> 6460 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/items.xml b/items.xml
index 9e948161..ea18e3fb 100644
--- a/items.xml
+++ b/items.xml
@@ -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>
diff --git a/sfx/weapons/knives/knife-hit1.ogg b/sfx/weapons/knife/hit1.ogg
index 94c83972..94c83972 100644
--- a/sfx/weapons/knives/knife-hit1.ogg
+++ b/sfx/weapons/knife/hit1.ogg
Binary files differ
diff --git a/sfx/weapons/knives/knife-strike1.ogg b/sfx/weapons/knife/strike1.ogg
index 2a1d0984..2a1d0984 100644
--- a/sfx/weapons/knives/knife-strike1.ogg
+++ b/sfx/weapons/knife/strike1.ogg
Binary files differ