diff --git a/Source/Game/Spells/SpellEffects.cs b/Source/Game/Spells/SpellEffects.cs index 19b0828da..5bf393f3d 100644 --- a/Source/Game/Spells/SpellEffects.cs +++ b/Source/Game/Spells/SpellEffects.cs @@ -677,7 +677,7 @@ namespace Game.Spells if (effectHandleMode != SpellEffectHandleMode.HitTarget) return; - if (spellAura == null || unitTarget == null) + if (spellAura == null || spellAura.IsRemoved() || unitTarget == null) return; // register target/effect on aura