mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user