From ab1a3f4b253b42a63f0681bb1bbb245395ac98f2 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 11 Aug 2018 14:29:09 +0200 Subject: DB/SAI: Update some SAI targets Closes #22250 --- sql/updates/world/3.3.5/2018_08_11_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_11_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_08_11_01_world.sql b/sql/updates/world/3.3.5/2018_08_11_01_world.sql new file mode 100644 index 00000000000..6271ce59a9c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_11_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (25416, 25418) AND `source_type`=0 AND `id` IN (4); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (20749) AND `source_type`=0 AND `id` IN (1); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (27229) AND `source_type`=0 AND `id` IN (0); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (18955) AND `source_type`=0 AND `id` IN (1); -- cgit v1.2.3