mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user