summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-04-04 19:56:59 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-04 19:56:59 +0000
commit976df484450d59f90e624eadcfd36f2bc511fea2 (patch)
tree8719860f1ecda8764b94f95e396cd70a0590a36f
parentbd24b8a8168dc6b2747fc2c2d98e50742ce375e2 (diff)
parent5498c23e958ec584ab956e996edfc3abb9b47d1a (diff)
downloadclientdata-976df484450d59f90e624eadcfd36f2bc511fea2.tar.gz
clientdata-976df484450d59f90e624eadcfd36f2bc511fea2.tar.bz2
clientdata-976df484450d59f90e624eadcfd36f2bc511fea2.tar.xz
clientdata-976df484450d59f90e624eadcfd36f2bc511fea2.zip
Merge branch 'scythe_mob_fix' into 'master'
More lag from missing SFX due to bad referencing. My apologies and TY HoraK for letting me know See merge request legacy/clientdata!513
-rw-r--r--monsters/monster1069_Scythe.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/monsters/monster1069_Scythe.xml b/monsters/monster1069_Scythe.xml
index d418219b..1fb67ec0 100644
--- a/monsters/monster1069_Scythe.xml
+++ b/monsters/monster1069_Scythe.xml
@@ -7,11 +7,11 @@
<sound event="hit">weapons/other/scythe/scythe-hit1.ogg</sound>
<sound event="hit">weapons/other/scythe/scythe-hit2.ogg</sound>
<sound event="hit">weapons/other/scythe/scythe-hit3.ogg</sound>
- <sound event="move">monsters/scythe/move1.ogg</sound>
- <sound event="move">monsters/scythe/move2.ogg</sound>
- <sound event="move">monsters/scythe/move3.ogg</sound>
- <sound event="sit">monsters/scythe/move1.ogg</sound>
- <sound event="sit">monsters/scythe/move2.ogg</sound>
- <sound event="sit">monsters/scythe/move3.ogg</sound>
+ <sound event="move">monsters/scythe/scythe-move1.ogg</sound>
+ <sound event="move">monsters/scythe/scythe-move2.ogg</sound>
+ <sound event="move">monsters/scythe/scythe-move3.ogg</sound>
+ <sound event="sit">monsters/scythe/scythe-move1.ogg</sound>
+ <sound event="sit">monsters/scythe/scythe-move2.ogg</sound>
+ <sound event="sit">monsters/scythe/scythe-move3.ogg</sound>
</monster>
</monsters>