From 2f575f09746571151be0c43032be6532760ab624 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 13 Feb 2018 17:25:35 +0100 Subject: DB/Quest: Rescue from Town Square Closes #20102 --- sql/updates/world/3.3.5/2018_02_13_06_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_02_13_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_02_13_06_world.sql b/sql/updates/world/3.3.5/2018_02_13_06_world.sql new file mode 100644 index 00000000000..ace74714042 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_13_06_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (27370) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `target_type`=12, `target_param1`=1 WHERE `entryorguid` IN (2735900) AND `source_type`=9 AND `id`=4; -- cgit v1.2.3