Fix a typo slaugther → slaughter

Reported by: Shamann on Transifex
Patch by: Gallaecio
Committing on his behalf because he will be away for some time.
Differential Revision: https://code.wildfiregames.com/D1551
This was SVN commit r21971.
This commit is contained in:
Stan
2018-12-29 10:45:27 +00:00
parent 2fcccb6669
commit dead55527a
2 changed files with 3 additions and 3 deletions
@@ -6,8 +6,8 @@
<animation file="other/horse_rein_idle_drop.dae" name="gather_meat" speed="80"/>
<animation file="other/horse_rein_gallop.dae" name="Run" speed="7"/>
<animation file="other/horse_rein_death_drop.dae" name="death" speed="120"/>
<animation file="other/horse_rein_drop_attack_short_a.dae" event="0.5" name="attack_slaugther" id="attack1" speed="60"/>
<animation file="other/horse_rein_drop_attack_short_b.dae" event="0.5" name="attack_slaugther" id="attack2" speed="60"/>
<animation file="other/horse_rein_drop_attack_short_a.dae" event="0.5" name="attack_slaughter" id="attack1" speed="60"/>
<animation file="other/horse_rein_drop_attack_short_b.dae" event="0.5" name="attack_slaughter" id="attack2" speed="60"/>
</animations>
</variant>
@@ -6,6 +6,6 @@
"modifications": [
{ "value": "Heal/HP", "multiply": 0.5 }
],
"auraName": "Slaugther of the Faithful",
"auraName": "Slaughter of the Faithful",
"auraDescription": "Enemy healrate reduced by 50%."
}