From c7ff9a9083fdb5aab1fe54b16ffd84851f99424d Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Sun, 23 Apr 2023 16:49:01 +0200 Subject: Scripts/Spells: Implement Summon Sayaad (#28907) Co-authored-by: ModoX --- sql/updates/world/master/2023_04_23_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2023_04_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_04_23_00_world.sql b/sql/updates/world/master/2023_04_23_00_world.sql new file mode 100644 index 00000000000..8917b3b097d --- /dev/null +++ b/sql/updates/world/master/2023_04_23_00_world.sql @@ -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'); -- cgit v1.2.3