DB/SAI: Remove useless param inside SMART_ACTION_CALL_TIMED_ACTIONLIST for gameobject scripts

(cherry picked from commit 6ca6a54083)
This commit is contained in:
offl
2020-08-08 02:24:41 +03:00
committed by Shauren
parent f16608d986
commit 1503c84d3a

View File

@@ -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;