mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from Invoker Cast, Cross Cast and Self Cast actions
Refaae38bec11Not 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 commite931bc11c2)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user