aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-03 14:52:01 +0300
committeroffl <offl@users.noreply.github.com>2020-08-03 14:52:01 +0300
commitc227f66595b1af6e1de66277212360bf21c12efa (patch)
treeeb1e6bc9e692925c3b04a9271dd8ebda65d58a86
parentbfb041246f5c7c499ff365b38a281b0784f0bdb7 (diff)
DB/Creature: Run action list in Reth'hedron's script even in OOC to prevent potential script stuck
Ref a2f661ea34d4146b97ecb9e7dae18b0a7cee931e
-rw-r--r--sql/updates/world/3.3.5/2020_08_03_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_03_01_world.sql b/sql/updates/world/3.3.5/2020_08_03_01_world.sql
new file mode 100644
index 00000000000..132881b3c83
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;