chore(DB): import pending files

Referenced commit(s): e570e3fd2f
This commit is contained in:
github-actions[bot]
2026-07-19 18:11:14 +00:00
parent e570e3fd2f
commit 5091ccbd20

View File

@@ -0,0 +1,9 @@
-- DB update 2026_07_19_04 -> 2026_07_19_05
--
-- 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');