DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from Invoker Cast, Cross Cast and Self Cast actions

Ref aae38bec116d5fb60d1f5900867cfe33388ed0bb

Not needed at all for these action types, you can't interrupt player's spells by this event flag and there's no reason to interrupt creature's spells

(cherry picked from commit e931bc11c25ce26074896115d45ee7f4d77e5071)
This commit is contained in:
offl
2022-02-04 00:27:11 +01:00
committed by Shauren
parent 0715168bce
commit 1f1583142e
@@ -0,0 +1,2 @@
-- Remove SMARTCAST_INTERRUPT_PREVIOUS from Invoker Cast, Cross Cast and Self Cast actions
UPDATE `smart_scripts` SET `action_param2` = `action_param2` &~1 WHERE `action_type` IN (85,86,134) AND `action_param2` & 1;