chore(DB): import pending files

Referenced commit(s): 0d30816602
This commit is contained in:
github-actions[bot]
2025-04-17 08:09:37 +00:00
parent 0d30816602
commit c43f435d10

View File

@@ -0,0 +1,6 @@
-- DB update 2025_04_15_01 -> 2025_04_17_00
--
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_summon_target_floor' WHERE `ScriptName` = 'spell_muru_blackhole';
DELETE FROM `spell_script_names` WHERE `spell_id` = 45978;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45978, 'spell_gen_summon_target_floor');