chore(DB): import pending files

Referenced commit(s): b546c6829e
This commit is contained in:
AzerothCoreBot
2023-03-04 20:26:35 +00:00
parent b546c6829e
commit 52b4c37363

View File

@@ -0,0 +1,9 @@
-- DB update 2023_03_04_00 -> 2023_03_04_01
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 34799 AND `ScriptName` = 'spell_commander_sarannis_arcane_devastation';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(34799,'spell_commander_sarannis_arcane_devastation');
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64 WHERE `ID` IN (34810, 34817, 34818, 34819);
UPDATE `creature_addon` SET `auras` = '34792 19818' WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 17976);