fix(Scripts/SunwellPlateau): Remove Kil'jaeden's debuffs from Shield of the Blue effects. (#22687)

This commit is contained in:
Benjamin Jackson
2025-08-18 15:04:06 -04:00
committed by GitHub
parent 36f04acdd5
commit 7a9f430935
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 45848;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45848, 'spell_kiljaeden_shield_of_the_blue');