diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index a3344f3a0..e0f856a8a 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -2084,10 +2084,9 @@ namespace Game.Spells } } else - { - hitInfo.HitAura = spellAura; spellAura.AddStaticApplication(unit, aura_effmask); - } + + hitInfo.HitAura = spellAura; } }