diff options
author | offl <offl@users.noreply.github.com> | 2021-07-28 01:10:22 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-11 19:58:39 +0100 |
commit | 177b2f14f813a084126941491549ef265812e01b (patch) | |
tree | 4030f1cb2ff56f1c73989b9ee1adcbceeb64cb0b | |
parent | f6d7facebfa505213575ca90668f6bedcf3c000e (diff) |
DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 6
Ref #26728
(cherry picked from commit e6478aab683f941c27bbf748381e8266cec0c79c)
-rw-r--r-- | sql/updates/world/master/2022_03_11_31_world_2021_07_28_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_31_world_2021_07_28_00_world.sql b/sql/updates/world/master/2022_03_11_31_world_2021_07_28_00_world.sql new file mode 100644 index 00000000000..b6922524c1a --- /dev/null +++ b/sql/updates/world/master/2022_03_11_31_world_2021_07_28_00_world.sql @@ -0,0 +1,4 @@ +-- Random, ReactState 0 +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-202778,-202777,-202776,-202775,-130968,-129429,-129428,-129427,-119105,-119104,-104103,-104097,-104095,-104055,-104050,-104049,-104046,-103931,24514,24547,24639,24769,24806,24825,25727,25732,25733,25765,27888,27923,28136,28142,28148,28639,29679,30108,30159,30468) AND `source_type` = 0 AND `action_type` = 53; +-- Random, ReactState 1 +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (21181,21685,21686,21687,24173) AND `source_type` = 0 AND `action_type` = 53; |