diff options
Diffstat (limited to 'src/scripts/Spells/spell_druid.cpp')
-rw-r--r-- | src/scripts/Spells/spell_druid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Spells/spell_druid.cpp b/src/scripts/Spells/spell_druid.cpp index bb2f97d940..cea3cdf484 100644 --- a/src/scripts/Spells/spell_druid.cpp +++ b/src/scripts/Spells/spell_druid.cpp @@ -624,7 +624,7 @@ class spell_dru_lifebloom : public SpellScriptLoader { if (Unit* target = GetUnitOwner()) { - if (AuraEffect const* aurEff = GetEffect(EFFECT_1)) + if (GetEffect(EFFECT_1)) { Unit* caster = GetCaster(); int32 healAmount = GetSpellInfo()->Effects[EFFECT_1].CalcValue(caster ? caster : target, 0, target) * dispelInfo->GetRemovedCharges(); |