mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from nearly all scripts
No longer needed afterca25e8d019Explained in https://github.com/TrinityCore/TrinityCore/issues/24914 Some event types not affected because requires tests, events with No Repeat event flag skipped (cherry picked from commitaae38bec11)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user