Scripts/Spells: Implement Summon Sayaad (#28907)

Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
Teleqraph
2023-04-23 16:49:01 +02:00
committed by GitHub
parent 26950594f6
commit c7ff9a9083
6 changed files with 176 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warl_strengthen_pact_succubus','spell_warl_strengthen_pact_incubus','spell_warl_random_sayaad','spell_warl_summon_sayaad','spell_warl_sayaad_precast_disorientation');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(366323,'spell_warl_strengthen_pact_succubus'),
(366325,'spell_warl_strengthen_pact_incubus'),
(366330,'spell_warl_random_sayaad'),
(366222,'spell_warl_summon_sayaad'),
(366323,'spell_warl_sayaad_precast_disorientation'),
(366325,'spell_warl_sayaad_precast_disorientation'),
(366222,'spell_warl_sayaad_precast_disorientation');