diff options
author | offl <offl@users.noreply.github.com> | 2021-11-06 02:28:12 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-11-06 02:28:12 +0200 |
commit | a4574cf674e81dee7ae98af31cf7d40f16601a05 (patch) | |
tree | 508687173a3fdd4e1dbf340619f0ce7325be3c6c | |
parent | b867226fd0186f39d17a03fd93c886dfbbd779b5 (diff) |
DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 8
Ref #26728
-rw-r--r-- | sql/updates/world/3.3.5/2021_11_06_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |