From 6a42440c87f6f4737aed26d0f30a670814768384 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 21 Mar 2018 23:50:44 +0100 Subject: [PATCH] DB/Quest: Trapping the Light Fantastic Closes #20660 (cherry picked from commit 0a2c21f7092298bdcfd95f63a613674656ddc0e6) --- .../world/master/2021_09_22_03_world_2018_03_21_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql diff --git a/sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql b/sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql new file mode 100644 index 00000000000..00f9b4f00b7 --- /dev/null +++ b/sql/updates/world/master/2021_09_22_03_world_2018_03_21_01_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=21926 AND `source_type`=0 AND `id`=4 AND `link`=5; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (20635,20771) AND `source_type`=0 AND `id`=3 AND `target_type`=12; +UPDATE `smart_scripts` SET `id`=3 WHERE `entryorguid` IN (20635,20771) AND `source_type`=0 AND `id`=4 AND `action_type`=80;