mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/Spells: fixed power check for runes when casting spells - these have their own check and don't require the default one
This commit is contained in:
@@ -7299,6 +7299,8 @@ SpellCastResult Spell::CheckPower() const
|
||||
SpellCastResult failReason = CheckRuneCost();
|
||||
if (failReason != SPELL_CAST_OK)
|
||||
return failReason;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
// Check power amount
|
||||
|
||||
Reference in New Issue
Block a user