aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_01_26_20_world_2020_08_08_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_20_world_2020_08_08_03_world.sql b/sql/updates/world/master/2022_01_26_20_world_2020_08_08_03_world.sql
new file mode 100644
index 00000000000..4e319eb3247
--- /dev/null
+++ b/sql/updates/world/master/2022_01_26_20_world_2020_08_08_03_world.sql
@@ -0,0 +1,3 @@
+-- Remove useless param inside SMART_ACTION_CALL_TIMED_ACTIONLIST for gameobject scripts
+-- Gameobjects cannot be in combat so no reason to change timer update type to 2 (update always)
+UPDATE `smart_scripts` SET `action_param2` = 0 WHERE `action_type` = 80 AND `source_type` = 1 AND `target_type` = 1;