mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/SAI: Remove useless param inside SMART_ACTION_CALL_TIMED_ACTIONLIST for gameobject scripts
This commit is contained in:
3
sql/updates/world/3.3.5/2020_08_08_03_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_08_08_03_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user