mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
2
sql/updates/world/3.3.5/2020_08_16_03_world.sql
Normal file
2
sql/updates/world/3.3.5/2020_08_16_03_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user