diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_28_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_28_00_world.sql b/sql/updates/world/3.3.5/2020_05_28_00_world.sql new file mode 100644 index 00000000000..29daf84126b --- /dev/null +++ b/sql/updates/world/3.3.5/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; |