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:
parent
08cb2ab615
commit
61e5cd7ac3
2 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue