mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/SAI: Remove useless param inside SMART_ACTION_CALL_TIMED_ACTIONLIST for gameobject scripts
(cherry picked from commit 6ca6a54083)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user