mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from more event types
Refaae38bec11(cherry picked from commitdddb96d02e)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user