diff --git a/Assets/Scripts/Game/MagicAndEffects/EntityEffectManager.cs b/Assets/Scripts/Game/MagicAndEffects/EntityEffectManager.cs index 16a79547f8..1a142d4e7e 100644 --- a/Assets/Scripts/Game/MagicAndEffects/EntityEffectManager.cs +++ b/Assets/Scripts/Game/MagicAndEffects/EntityEffectManager.cs @@ -1806,6 +1806,7 @@ void ClearReadySpellHistory() lastSpell = null; readySpell = null; readySpellDoesNotCostSpellPoints = false; + castInProgress = false; } public int GetCastSoundID(ElementTypes elementType)