chore(DB): import pending files

Referenced commit(s): d0cd435807
This commit is contained in:
github-actions[bot]
2024-07-06 18:03:28 +00:00
parent d0cd435807
commit f85d8433a6

View File

@@ -0,0 +1,6 @@
-- DB update 2024_07_06_10 -> 2024_07_06_11
DELETE FROM `spell_script_names` WHERE `spell_id` = 31944;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (31944, 'spell_doomfire');
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 31944;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (31944, 4194304);