diff options
author | offl <offl@users.noreply.github.com> | 2021-11-07 01:34:47 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-11-07 01:34:47 +0200 |
commit | e4ca6e8d39ecfd4ab77d38602c3758ede0f008b4 (patch) | |
tree | 3d30bc9d784ea1e0fa27dd5a088d8d6905ede543 | |
parent | 6b158fd254462ed22b8c929af10d4c5638662ae3 (diff) |
DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 9
Ref #26728
-rw-r--r-- | sql/updates/world/3.3.5/2021_11_07_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_11_07_01_world.sql b/sql/updates/world/3.3.5/2021_11_07_01_world.sql new file mode 100644 index 00000000000..d9b877226de --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_07_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (369201,2404400,2404401,2404402,2404403) AND `source_type` = 9 AND `action_type` = 53; |