fix(Core/Spells): Sanctified/Swift Retribution require an active paladin aura (#26793)

This commit is contained in:
Andrew
2026-07-25 17:20:08 -03:00
committed by GitHub
parent db165fc26a
commit d37d5c2f83
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (63510, 63514, 63531);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(63510, 'spell_pal_improved_concentraction_aura_effect'),
(63514, 'spell_pal_improved_devotion_aura_effect'),
(63531, 'spell_pal_sanctified_retribution_effect');