diff options
author | Killyana <morphone1@gmail.com> | 2018-08-11 14:29:09 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 22:12:19 +0200 |
commit | ca3a253b9e4e20bcef271f2798f0ba6cc4bec672 (patch) | |
tree | f458cb5becd098503e2ccf7fc09c0a955e1c5f6f | |
parent | 4246c3fc762bfaee7c62e5b265f82d89fea9908b (diff) |
DB/SAI: Update some SAI targets
Closes #22250
(cherry picked from commit ab1a3f4b253b42a63f0681bb1bbb245395ac98f2)
-rw-r--r-- | sql/updates/world/master/2021_10_17_18_world_2018_08_11_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_18_world_2018_08_11_01_world.sql b/sql/updates/world/master/2021_10_17_18_world_2018_08_11_01_world.sql new file mode 100644 index 00000000000..6271ce59a9c --- /dev/null +++ b/sql/updates/world/master/2021_10_17_18_world_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); |