diff options
author | Killyana <morphone1@gmail.com> | 2020-04-13 15:24:17 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 15:13:30 +0100 |
commit | f01d07c315e964a0b83e174d91b0aff45c92a99a (patch) | |
tree | 5de030839d5913e7229d959b3381854e6a6d14e3 | |
parent | da46ffd94cc67b9b71b017775a81b4d796e3032c (diff) |
DB/Quest: Mystery of the Infinite & Mystery of the Infinite, Redux
Closes #16988
(cherry picked from commit 3621b1fd34f86ec06088f06fe38a7b1207b14e9a)
-rw-r--r-- | sql/updates/world/master/2022_01_01_15_world_2020_04_13_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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"); |