chore(DB): import pending files

Referenced commit(s): 1c1c1f44c8
This commit is contained in:
github-actions[bot]
2024-04-20 01:20:52 +00:00
parent c738f0d67c
commit 061d414e1c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2024_04_19_00 -> 2024_04_20_00
--
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 17899 AND `Index` = 0;

View File

@@ -1,3 +1,4 @@
-- DB update 2024_04_20_00 -> 2024_04_20_01
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 31538;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (31538, 'spell_cannibalize_heal');