diff options
author | offl <offl@users.noreply.github.com> | 2021-11-07 16:35:22 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-11-07 16:35:22 +0200 |
commit | 8f4bf97b44ace657a288a3bc99afb56e0151d76a (patch) | |
tree | 421132fc72715c3cf27666941cf3d7ea475bf366 | |
parent | e4ca6e8d39ecfd4ab77d38602c3758ede0f008b4 (diff) |
DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 10
Closes #26728
-rw-r--r-- | sql/updates/world/3.3.5/2021_11_07_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_11_07_02_world.sql b/sql/updates/world/3.3.5/2021_11_07_02_world.sql new file mode 100644 index 00000000000..04992684aa9 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_07_02_world.sql @@ -0,0 +1,6 @@ +-- 0 +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (32184,-74513,-74514,-74515,-102329,-102341,-102330,-102328,-102326,-102333,-102327) AND `source_type` = 0 AND `action_type` = 53; +-- 1 +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-74515,-74514,-74513,27858,28175,28399,30992,32239,32239,32310,32311,32312) AND `source_type` = 0 AND `action_type` = 53; +-- 1 +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (34900,1852801,1852802,2028100,2041500,2665400,2784300,2785700,2795101,3039900) AND `source_type` = 9 AND `action_type` = 53; |