DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from more event types

Ref aae38bec116d5fb60d1f5900867cfe33388ed0bb

(cherry picked from commit dddb96d02eb10689029e078868c1ccb9b4e38134)
This commit is contained in:
offl
2022-02-04 00:27:11 +01:00
committed by Shauren
parent f8b6137a4c
commit 3cda63ce04
@@ -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;