aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/scripts/Spells/spell_paladin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_paladin.cpp b/src/server/scripts/Spells/spell_paladin.cpp
index 2f893681b7e..5f7f1303ca2 100644
--- a/src/server/scripts/Spells/spell_paladin.cpp
+++ b/src/server/scripts/Spells/spell_paladin.cpp
@@ -1843,7 +1843,7 @@ class spell_pal_sheath_of_light : public AuraScript
PreventDefaultAction();
HealInfo* healInfo = eventInfo.GetHealInfo();
- if (!healInfo || !healInfo->GetHeal())
+ if (!healInfo || !healInfo->GetEffectiveHeal())
return;
Unit* caster = eventInfo.GetActor();