diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 30e7e22fad8..265438798a7 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -1635,7 +1635,7 @@ class spell_sha_healing_rain_triggered : public SpellScript void HandleHeal(SpellEffIndex /*effIndex*/) { - if (GetHitHeal()() && _targets > 6) + if (GetHitHeal() && _targets > 6) SetHitHeal((GetHitHeal() * 6) / _targets); }