fix(Core/Spell): Revert paladin seal hackfixes (#22264)

This commit is contained in:
Tereneckla
2025-06-05 15:47:37 +00:00
committed by GitHub
parent ab80936712
commit 2b70446322
2 changed files with 0 additions and 14 deletions

View File

@@ -230,15 +230,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->MaxAffectedTargets = 4;
});
ApplySpellFix({
20424, // Seal of Command
42463, // Seal of Vengeance
53739 // Seal of Corruption
}, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx3 |= SPELL_ATTR3_IGNORE_CASTER_MODIFIERS;
});
// Spitfire Totem
ApplySpellFix({ 38296 }, [](SpellInfo* spellInfo)
{