fix(Scripts/Ulduar): randomize Thorim lightning pillar (#26054)

This commit is contained in:
AlsoNotMehh
2026-06-10 19:06:35 -04:00
committed by GitHub
parent 2849807967
commit 28c0b203a4
2 changed files with 28 additions and 0 deletions

View File

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