From e6478aab683f941c27bbf748381e8266cec0c79c Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 28 Jul 2021 01:10:22 +0300 Subject: DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 6 Ref #26728 --- sql/updates/world/3.3.5/2021_07_28_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_07_28_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_07_28_00_world.sql b/sql/updates/world/3.3.5/2021_07_28_00_world.sql new file mode 100644 index 00000000000..b6922524c1a --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3