diff options
author | offl <11556157+offl@users.noreply.github.com> | 2022-06-20 20:02:48 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-05 18:58:32 +0200 |
commit | 6f3406a825b8bb2671f11b6a10c23e6a38a5f840 (patch) | |
tree | b77c61e7c67633bb930544e742b490276cc89369 /sql/updates | |
parent | fd018d6c2271192bcf170ab894a4659e51554eb5 (diff) |
Scripts/UB: Rework The Black Stalker (#28040)
(cherry picked from commit c025fcef743122ccd1c2a8e79463941c72ee7e12)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2022_09_05_08_world_2022_06_20_01_world.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_08_world_2022_06_20_01_world.sql b/sql/updates/world/master/2022_09_05_08_world_2022_06_20_01_world.sql new file mode 100644 index 00000000000..cc2e8915b81 --- /dev/null +++ b/sql/updates/world/master/2022_09_05_08_world_2022_06_20_01_world.sql @@ -0,0 +1,17 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_the_black_stalker_levitate', +'spell_the_black_stalker_levitation_pulse', +'spell_the_black_stalker_someone_grab_me', +'spell_the_black_stalker_magnetic_pull', +'spell_the_black_stalker_summon_spore_strider'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(31704,'spell_the_black_stalker_levitate'), +(31701,'spell_the_black_stalker_levitation_pulse'), +(31702,'spell_the_black_stalker_someone_grab_me'), +(31703,'spell_the_black_stalker_magnetic_pull'), +(38756,'spell_the_black_stalker_summon_spore_strider'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 31702; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,31702,0,0,31,0,3,17992,0,0,0,0,"","Group 0: Spell 'Someone Grab Me' (Effect 0) targets creature 'Coilfang Invisible Vacuum Dummy'"); |