From a4574cf674e81dee7ae98af31cf7d40f16601a05 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 6 Nov 2021 02:28:12 +0200 Subject: DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 8 Ref #26728 --- sql/updates/world/3.3.5/2021_11_06_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_11_06_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_11_06_02_world.sql b/sql/updates/world/3.3.5/2021_11_06_02_world.sql new file mode 100644 index 00000000000..f976508944e --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_06_02_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `unit_flags` = 33536 WHERE `entry` = 31030; +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (-106860,-106859,-106858,-106857,-106856,-106855,31029,-85829,-85828,2713,4484,12277,17238,25652,31050) AND `source_type` = 0 AND `action_type` = 53; + +UPDATE `smart_scripts` SET `action_param6` = 3 WHERE `entryorguid` IN (450001,1789300,2821700,3127900,3280000) AND `source_type` = 9 AND `action_type` = 53; -- cgit v1.2.3