chore(DB): import pending files

Referenced commit(s): e4ecb086e7
This commit is contained in:
AzerothCoreBot
2022-10-25 18:28:57 +00:00
parent e4ecb086e7
commit 5f48a74d4d

View File

@@ -0,0 +1,9 @@
-- DB update 2022_10_25_02 -> 2022_10_25_03
--
UPDATE `spell_dbc` SET `MaxTargets`=0 WHERE `id`=24019;
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=24071;
DELETE FROM `spell_script_names` WHERE `spell_id`=24019;
INSERT INTO `spell_script_names` VALUES
(24019,'spell_axe_flurry');