mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user