diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 4195b10165a..d78325f4ad2 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -1054,8 +1054,7 @@ class spell_sha_mana_tide_totem : public SpellScriptLoader // @TODO: Exclude the "short term" buffs from the stat value if (Unit* caster = GetUnitOwner()) if (Unit* owner = caster->GetCharmerOrOwner()) - if (Unit* owner = caster->GetOwner()) - amount = CalculatePct(owner->GetStat(STAT_SPIRIT), amount); + amount = CalculatePct(owner->GetStat(STAT_SPIRIT), amount); } void Register() override