aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-12-18 09:50:25 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-24 13:26:04 +0100
commit6d2276d24090c41735225848f3419d3556bc8d9a (patch)
tree82e72f75dfdc451a530f0b16d65fb5d7e245569e
parenta37f9b6693c74176bdbf0730e952ef7f05701cd1 (diff)
DB/SAI: Get rid of AddAura pt 4
(cherry picked from commit f8a36dcd45ee7d5adb932ed656ad7de6c9672957)
-rw-r--r--sql/updates/world/master/2022_03_24_08_world_2021_12_18_00_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_24_08_world_2021_12_18_00_world.sql b/sql/updates/world/master/2022_03_24_08_world_2021_12_18_00_world.sql
new file mode 100644
index 00000000000..0e16f2c77ea
--- /dev/null
+++ b/sql/updates/world/master/2022_03_24_08_world_2021_12_18_00_world.sql
@@ -0,0 +1,11 @@
+-- Return To Myralion Sunblaze
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-202775,-202776,-202777,-202778) AND `source_type` = 0 AND `action_type` = 75;
+DELETE FROM `smart_scripts` WHERE `entryorguid` = 3784600 AND `source_type` = 9 AND `id` IN (4,5);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` = 71365;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,1,71365,0,0,31,0,3,36656,0,0,0,0,"","Group 0: Spell 'Freeze Guards' (Effect 0) targets creature 'Silver Covenant Sentinel'"),
+(13,1,71365,0,1,31,0,3,36657,0,0,0,0,"","Group 1: Spell 'Freeze Guards' (Effect 0) targets creature 'Sunreaver War Mage'");
+
+-- Archmage Pentarus' Flying Machine
+UPDATE `smart_scripts` SET `action_type` = 11 WHERE `entryorguid` = 2819202 AND `source_type` = 9 AND `action_type` = 75;