From 7c65cee78ad762c43ca425cc57b948f76706af78 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 3 Aug 2020 14:52:01 +0300 Subject: DB/Creature: Run action list in Reth'hedron's script even in OOC to prevent potential script stuck Ref a2f661ea34d4146b97ecb9e7dae18b0a7cee931e (cherry picked from commit c227f66595b1af6e1de66277212360bf21c12efa) --- sql/updates/world/master/2022_01_26_04_world_2020_08_03_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_26_04_world_2020_08_03_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_26_04_world_2020_08_03_01_world.sql b/sql/updates/world/master/2022_01_26_04_world_2020_08_03_01_world.sql new file mode 100644 index 00000000000..132881b3c83 --- /dev/null +++ b/sql/updates/world/master/2022_01_26_04_world_2020_08_03_01_world.sql @@ -0,0 +1,2 @@ +-- Run action list in Reth'hedron's script even in OOC to prevent potential script stuck +UPDATE `smart_scripts` SET `action_param2` = 2 WHERE `entryorguid` = 22357 AND `source_type` = 0 AND `id` = 13; -- cgit v1.2.3