diff --git a/Source/Game/Scripting/SpellScript.cs b/Source/Game/Scripting/SpellScript.cs index 13229a736..6b6861319 100644 --- a/Source/Game/Scripting/SpellScript.cs +++ b/Source/Game/Scripting/SpellScript.cs @@ -435,6 +435,7 @@ namespace Game.Scripting bool IsAfterTargetSelectionPhase() { return IsInHitPhase() + || IsInEffectHook() || m_currentScriptState == (byte)SpellScriptHookType.OnCast || m_currentScriptState == (byte)SpellScriptHookType.AfterCast || m_currentScriptState == (byte)SpellScriptHookType.CalcCritChance;