From f01d07c315e964a0b83e174d91b0aff45c92a99a Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 13 Apr 2020 15:24:17 +0200 Subject: DB/Quest: Mystery of the Infinite & Mystery of the Infinite, Redux Closes #16988 (cherry picked from commit 3621b1fd34f86ec06088f06fe38a7b1207b14e9a) --- .../world/master/2022_01_01_15_world_2020_04_13_01_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2022_01_01_15_world_2020_04_13_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_01_01_15_world_2020_04_13_01_world.sql b/sql/updates/world/master/2022_01_01_15_world_2020_04_13_01_world.sql new file mode 100644 index 00000000000..d19711f1af5 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_15_world_2020_04_13_01_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_template` SET `DamageModifier`=3 WHERE `entry` IN (32352,27900); +DELETE FROM `smart_scripts` WHERE `entryorguid` = 32331 AND `source_type`=0 AND `id` IN (15,16); +DELETE FROM `smart_scripts` WHERE `entryorguid` = 27899 AND `source_type`=0 AND `id` IN (26,27); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(27899, 0, 26, 27, 25, 0, 100, 0, 0, 0, 0, 0, 85, 49889, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, "Future You - On reset - Cross Cast 'Mystery of the Infinite: Future You's Mirror Image Aura' (No Repeat)"), +(27899, 0, 27, 0, 61, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, "Past You - On reset - Set Orientation"), +(32331, 0, 15, 16, 25, 0, 100, 0, 0, 0, 0, 0, 85, 49889, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, "Past You - On reset - Cross Cast 'Mystery of the Infinite: Future You's Mirror Image Aura' (No Repeat)"), +(32331, 0, 16, 0, 61, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, "Past You - On reset - Set Orientation"); -- cgit v1.2.3