aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-17 14:52:32 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-11 14:55:56 +0100
commit253527a6dc9cee6dfdebf2f5a4a9d46d2d852088 (patch)
treeee2692f00b26de4763f7c3858353b5ed5cef5ebb
parentf749b3a2e920ff8bd3f79c1868878afd1c0148bc (diff)
DB/SAI: SMART_SCRIPT_TYPE_TIMED_ACTIONLIST don't use event_type
(cherry picked from commit d0bdd06087eaed87c8705c6fad13e3dc08695615)
-rw-r--r--sql/updates/world/master/2021_12_11_19_world_2019_06_17_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_19_world_2019_06_17_02_world.sql b/sql/updates/world/master/2021_12_11_19_world_2019_06_17_02_world.sql
new file mode 100644
index 00000000000..4e7e30b2c3d
--- /dev/null
+++ b/sql/updates/world/master/2021_12_11_19_world_2019_06_17_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `smart_scripts` SET `event_type` = 0 WHERE `source_type` = 9 AND `event_type`>0;