diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-13 11:41:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-13 11:41:32 -0300 |
commit | dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29 (patch) | |
tree | b5b915389855f6dbd9e014083dc10ff626b005b3 /monsters/monster1149_TheEnchanter.xml | |
parent | 4ec88293cb7d1825933642c53f6ceee42026bca3 (diff) | |
download | clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.tar.gz clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.tar.bz2 clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.tar.xz clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.zip |
Fix bugs on forest bow
Diffstat (limited to 'monsters/monster1149_TheEnchanter.xml')
-rw-r--r-- | monsters/monster1149_TheEnchanter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monsters/monster1149_TheEnchanter.xml b/monsters/monster1149_TheEnchanter.xml index 1a420112..adf72c60 100644 --- a/monsters/monster1149_TheEnchanter.xml +++ b/monsters/monster1149_TheEnchanter.xml @@ -10,7 +10,7 @@ <sprite>equipment/weapons/bow-female.xml</sprite> <particlefx>graphics/particles/doom.particle.xml</particlefx> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack_bow"/> - <sound event="hit">weapons/bows/bow-forest-hit1.ogg</sound> - <sound event="miss">weapons/bows/bow-forest-miss1.ogg</sound> + <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound> + <sound event="miss">weapons/bows/forest/forest-miss1.ogg</sound> </monster> </monsters> |