diff options
author | Killyana <morphone1@gmail.com> | 2020-05-28 14:56:05 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-28 14:56:05 +0200 |
commit | fef63de7ffa1c49aa41de434181aaad5ebf0ada5 (patch) | |
tree | 0208577ac4d13a11e7035c3fd4fb6fe5509f5e12 /sql/updates | |
parent | f88570641303614468dc4dc2110183b82dd6ec57 (diff) |
DB/SAI: Fix some SAI targets
Diffstat (limited to 'sql/updates')
-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; |