fix(Core/Spells): Combustion non-crit hits now add crit stacks (#24752)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-19 12:37:00 -06:00
committed by GitHub
parent 08cb2ab615
commit 61e5cd7ac3
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
-- Enable charge tracking for Combustion (11129)
-- Charges were 0 (disabled), should be 3 to match DBC ProcCharges
-- Combustion should be removed after 3 critical strikes with Fire spells
UPDATE `spell_proc` SET `Charges` = 3 WHERE `SpellId` = 11129;