From 0a2c21f7092298bdcfd95f63a613674656ddc0e6 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 21 Mar 2018 23:50:44 +0100 Subject: DB/Quest: Trapping the Light Fantastic Closes #20660 --- sql/updates/world/3.3.5/2018_03_21_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_03_21_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_03_21_01_world.sql b/sql/updates/world/3.3.5/2018_03_21_01_world.sql new file mode 100644 index 00000000000..00f9b4f00b7 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3