DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from more event types

Ref aae38bec11
This commit is contained in:
offl
2020-08-21 20:56:20 +03:00
parent 41d70a5905
commit dddb96d02e

View File

@@ -0,0 +1,2 @@
-- Remove SMARTCAST_INTERRUPT_PREVIOUS from more event types
UPDATE `smart_scripts` SET `action_param2` = `action_param2` &~1 WHERE `event_type` IN (6,8,38,40,60,75) AND `event_flags` & 1 = 0 AND `action_type` = 11 AND `source_type` = 0 AND `action_param2` & 1;