fix(Core/Spells): Fix channeled CAST→HIT proc ordering and hasted DynObject duration (#24948)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: TrinityCore <TrinityCore@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-03-01 08:32:15 -06:00
committed by GitHub
parent 41c04288c9
commit 037b707be0
3 changed files with 52 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
-- Arcane Blast debuff: spell_proc override to consume at CAST phase via family masks (AM/AE/ABarr only)
UPDATE `spell_proc` SET `ProcFlags`=69632, `SpellFamilyMask0`=6144, `SpellFamilyMask1`=32768, `SpellFamilyMask2`=0, `SpellPhaseMask`=1, `Charges`=1 WHERE `SpellId`=36032;