mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: fixed a typo that was causing Shadow Word: Death not getting any damage bonus benefits
This commit is contained in:
@@ -849,6 +849,8 @@ class spell_pri_shadow_word_death : public SpellScript
|
||||
AddPct(damage, effect->GetAmount());
|
||||
}
|
||||
}
|
||||
|
||||
SetEffectValue(damage);
|
||||
}
|
||||
|
||||
void HandleSelfDamagingEffect(SpellEffIndex /*effIndex*/)
|
||||
|
||||
Reference in New Issue
Block a user