diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-04-23 16:49:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 16:49:01 +0200 |
| commit | c7ff9a9083fdb5aab1fe54b16ffd84851f99424d (patch) | |
| tree | 992cbad112412a88c282fb3bb70367c405bfd42c /sql | |
| parent | 26950594f6b90b8de81d6043cbe78759c7185e28 (diff) | |
Scripts/Spells: Implement Summon Sayaad (#28907)
Co-authored-by: ModoX <moardox@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_04_23_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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'); |
