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