mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Implement Summon Sayaad (#28907)
Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
9
sql/updates/world/master/2023_04_23_00_world.sql
Normal file
9
sql/updates/world/master/2023_04_23_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user