fix(Core/Spells): Fire CAST proc before HIT/FINISH for instant spells (#25647)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-07-14 20:30:33 -04:00
committed by GitHub
parent 82d44f885b
commit 2a544a5d6d
2 changed files with 41 additions and 40 deletions

View File

@@ -0,0 +1,3 @@
-- Missile Barrage: consume on FINISH instead of CAST; its mods (DURATION,
-- ACTIVATION_TIME, COST) are applied inside handle_immediate, after CAST fires.
UPDATE `spell_proc` SET `SpellPhaseMask` = 4 WHERE `SpellId` = 44401;