From d9c2720393e95c9e0bac5c5d1d95bbdcf94d5c5b Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 11 Jan 2025 20:26:03 +0100 Subject: [PATCH] Core/Spells: fixed power check for runes when casting spells - these have their own check and don't require the default one (cherry picked from commit 7f29956937b807c371ee3f3057d96f7601b4bc19) --- src/server/game/Spells/Spell.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index 906697fd565..eb2c17b51ab 100644 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -7507,6 +7507,8 @@ SpellCastResult Spell::CheckPower() const SpellCastResult failReason = CheckRuneCost(); if (failReason != SPELL_CAST_OK) return failReason; + + continue; } // Check power amount