chore(DB): import pending files

Referenced commit(s): b7732690c9
This commit is contained in:
github-actions[bot]
2024-11-14 03:01:47 +00:00
parent 587762ca36
commit 0fc6f468e6

View File

@@ -0,0 +1,6 @@
-- DB update 2024_11_14_00 -> 2024_11_14_01
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy';
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy_periodic' AND `spell_id` = 46284;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(46284, 'spell_entropius_negative_energy_periodic');