aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-03 14:52:01 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-26 13:22:36 +0100
commit7c65cee78ad762c43ca425cc57b948f76706af78 (patch)
tree126c2defeeabc052c157931be8696aa28076c3bd
parentc3bcdfaaf3434e7dc4b4a0f1bbed56f75b2c2645 (diff)
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)
-rw-r--r--sql/updates/world/master/2022_01_26_04_world_2020_08_03_01_world.sql2
1 files changed, 2 insertions, 0 deletions
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;