From 6ca6a540831a29ded8bd569e395ccdff0ab3e336 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 8 Aug 2020 02:24:41 +0300 Subject: DB/SAI: Remove useless param inside SMART_ACTION_CALL_TIMED_ACTIONLIST for gameobject scripts --- sql/updates/world/3.3.5/2020_08_08_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_08_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_08_03_world.sql b/sql/updates/world/3.3.5/2020_08_08_03_world.sql new file mode 100644 index 00000000000..4e319eb3247 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3