diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-11-07 22:51:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-07 22:51:25 +0200 |
| commit | 04909bada85d4770a58a5b2b6f2180f5aacb1b81 (patch) | |
| tree | 14dda442d48042065cce238afa8426ceb316230b /sql/updates | |
| parent | 0817be8f76dead48e2c0eeb7d5a7434a452f0dcf (diff) | |
Core/SAI: Remove reactState param from SMART_ACTION_WP_START (#27255)
Ref #26728
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_11_07_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_11_07_03_world.sql b/sql/updates/world/3.3.5/2021_11_07_03_world.sql new file mode 100644 index 00000000000..5d177477aae --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_07_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param6` = 0 WHERE `action_type` = 53 AND `action_param6` = 3; |
