diff options
author | Killyana <morphone1@gmail.com> | 2018-09-21 19:58:57 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-21 19:58:57 +0200 |
commit | a0a9c2d9544824206a838c73b6d93e0f2307e938 (patch) | |
tree | 2f0cb5b6cded96a6454cc8c7275c7584c8fd5093 | |
parent | 46368188ce508359d839d8e48b65bf1df3ae3ac6 (diff) |
DB/SAI: Make some targets random
Ref #22471 #17979
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_21_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_21_03_world.sql b/sql/updates/world/3.3.5/2018_09_21_03_world.sql new file mode 100644 index 00000000000..13097bd79bb --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_21_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=11, `target_param1`=23884, `target_param2`=100, `target_param3`=1 WHERE `entryorguid` IN (23883) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `target_param3`=1 WHERE `entryorguid` IN (24216) AND `source_type`=0 AND `id`=1; |