fix(Scripts/TheBotanica): Rework Commander Sarannis (#15264)

Co-authored-by: offl <11556157+offl@users.noreply.github.com>
This commit is contained in:
Skjalf
2023-03-04 17:23:58 -03:00
committed by GitHub
parent 12e69248f8
commit b546c6829e
2 changed files with 112 additions and 107 deletions

View File

@@ -0,0 +1,8 @@
--
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);