Updated the spell id for Spirit of Redemption (#1709)

This commit is contained in:
Revision
2025-10-06 19:57:37 +02:00
committed by GitHub
parent 377ac199a7
commit e00c8fca2a

View File

@@ -119,7 +119,7 @@ bool HasManaValue::Calculate()
if (!target)
return false;
constexpr uint32 PRIEST_SPIRIT_OF_REDEMPTION_SPELL_ID = 20711u;
constexpr uint32 PRIEST_SPIRIT_OF_REDEMPTION_SPELL_ID = 27827u;
if (target->HasAura(PRIEST_SPIRIT_OF_REDEMPTION_SPELL_ID))
return false;