diff options
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'); |
