diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index 1b4a4199e..331b81ad0 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -6663,6 +6663,8 @@ namespace Game.Spells SpellCastResult failReason = CheckRuneCost(); if (failReason != SpellCastResult.SpellCastOk) return failReason; + + continue; } // Check power amount