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 7f29956937)
This commit is contained in:
Ovahlord
2025-01-11 20:26:03 +01:00
committed by Shauren
parent 575e37859b
commit d9c2720393

View File

@@ -7507,6 +7507,8 @@ SpellCastResult Spell::CheckPower() const
SpellCastResult failReason = CheckRuneCost();
if (failReason != SPELL_CAST_OK)
return failReason;
continue;
}
// Check power amount