Core/Spells: fixed a typo that was causing Shadow Word: Death not getting any damage bonus benefits

This commit is contained in:
Ovahlord
2019-12-02 19:42:27 +01:00
parent 2b07ffa5e9
commit db887a63e6

View File

@@ -849,6 +849,8 @@ class spell_pri_shadow_word_death : public SpellScript
AddPct(damage, effect->GetAmount());
}
}
SetEffectValue(damage);
}
void HandleSelfDamagingEffect(SpellEffIndex /*effIndex*/)