fix(Scripts/Ulduar): apply Yogg-Saron Sanity at full stacks (#26689)

Co-authored-by: horn <pankrac.ja@seznam.cz>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-19 09:58:14 -03:00
committed by GitHub
parent ae038d4541
commit 43cce6cb78
2 changed files with 21 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
-- Attach Sanity (63050) stack-init script
DELETE FROM `spell_script_names` WHERE `spell_id` = 63050 AND `ScriptName` = 'spell_yogg_saron_sanity';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(63050, 'spell_yogg_saron_sanity');