chore(DB): import pending files

Referenced commit(s): fb3749718e
This commit is contained in:
github-actions[bot]
2025-01-09 19:16:51 +00:00
parent fb3749718e
commit 6b22c7b43e

View File

@@ -0,0 +1,6 @@
-- DB update 2025_01_09_00 -> 2025_01_09_01
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (7098, 39647);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(7098, 'spell_gen_proc_on_victim'),
(39647, 'spell_gen_proc_on_victim');