aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-05-28 14:56:05 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-06 19:17:31 +0100
commit378aac374dcceb58fdf2d82cdaa5f4b4dcaf7713 (patch)
tree1ebfcf3630ef502b4ee1b63c8fc78dfea00981c1
parente9af58d2753b58ae2b52f8ed5e821ca11d65dc83 (diff)
DB/SAI: Fix some SAI targets
(cherry picked from commit fef63de7ffa1c49aa41de434181aaad5ebf0ada5)
-rw-r--r--sql/updates/world/master/2022_01_06_30_world_2020_05_28_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_30_world_2020_05_28_00_world.sql b/sql/updates/world/master/2022_01_06_30_world_2020_05_28_00_world.sql
new file mode 100644
index 00000000000..29daf84126b
--- /dev/null
+++ b/sql/updates/world/master/2022_01_06_30_world_2020_05_28_00_world.sql
@@ -0,0 +1,8 @@
+--
+UPDATE `smart_scripts` SET `target_type` = 16 WHERE `entryorguid` = 1796900 AND `source_type` = 9 AND `id` = 0;
+UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 1796905 AND `source_type` = 9 AND `id` = 2;
+UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 17969 AND `source_type` = 0 AND `id` = 6;
+
+UPDATE `smart_scripts` SET `target_type` = 16 WHERE `entryorguid` = 1958900 AND `source_type` = 9 AND `id` = 0;
+UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 1958903 AND `source_type` = 9 AND `id` = 6;
+UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 19589 AND `source_type` = 0 AND `id` = 6;