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

(cherry picked from commit 6ca6a540831a29ded8bd569e395ccdff0ab3e336)
This commit is contained in:
offl
2022-01-26 18:58:29 +01:00
committed by Shauren
parent f16608d986
commit 1503c84d3a
@@ -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;