DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from nearly all scripts

No longer needed after ca25e8d019

Explained in https://github.com/TrinityCore/TrinityCore/issues/24914

Some event types not affected because requires tests, events with No Repeat event flag skipped
This commit is contained in:
offl
2020-08-16 23:37:05 +03:00
parent e8e3626073
commit aae38bec11

View File

@@ -0,0 +1,2 @@
-- Remove SMARTCAST_INTERRUPT_PREVIOUS from nearly all scripts
UPDATE `smart_scripts` SET `action_param2` = `action_param2` &~1 WHERE `event_type` IN (0,2,3,4,9,11,12,13,14,15,16,19,22,23,25,62,63,74) AND `event_flags` & 1 = 0 AND `action_type` = 11 AND `source_type` = 0 AND `action_param2` & 1;