diff options
author | Killyana <morphone1@gmail.com> | 2018-09-21 19:58:57 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-10 00:16:47 +0100 |
commit | 310c1045ca34d48970af8a367db99a728ef8d692 (patch) | |
tree | b0b259dba4a6d2f20664ba64d907785d072a93d3 | |
parent | d6ce2fa8b8b48c6634a6fc55c4e7d7e93278f94b (diff) |
DB/SAI: Make some targets random
Ref #22471 #17979
(cherry picked from commit a0a9c2d9544824206a838c73b6d93e0f2307e938)
-rw-r--r-- | sql/updates/world/master/2021_11_09_09_world_2018_09_21_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_09_09_world_2018_09_21_03_world.sql b/sql/updates/world/master/2021_11_09_09_world_2018_09_21_03_world.sql new file mode 100644 index 00000000000..13097bd79bb --- /dev/null +++ b/sql/updates/world/master/2021_11_09_09_world_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; |