fix(DB/Proc): Add missing NONE DmgClass proc flags to Blue Dragon (#24890)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-26 02:49:52 -06:00
committed by GitHub
parent 5cf9ae11a5
commit 585184b639

View File

@@ -0,0 +1,2 @@
-- Darkmoon Card: Blue Dragon - add NONE DmgClass proc flags and fix phase to CAST
UPDATE `spell_proc` SET `ProcFlags` = 0x15400, `SpellPhaseMask` = 1 WHERE `SpellId` = 23688;