fix(Scripts/Ulduar): XT-002 Searing Light and Gravity Bomb target one non-tank player (#26691)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-19 15:10:05 -03:00
committed by GitHub
parent 479f03621e
commit e570e3fd2f
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
--
-- XT-002 Deconstructor: restore Searing Light / Gravity Bomb single random non-tank targeting
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_xt002_searing_light_gravity_bomb';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(63018, 'spell_xt002_searing_light_gravity_bomb'),
(65121, 'spell_xt002_searing_light_gravity_bomb'),
(63024, 'spell_xt002_searing_light_gravity_bomb'),
(64234, 'spell_xt002_searing_light_gravity_bomb');