chore(DB): import pending files

Referenced commit(s): 61e5cd7ac3
This commit is contained in:
github-actions[bot]
2026-02-19 18:40:21 +00:00
parent 61e5cd7ac3
commit 42ba48a9a9

View File

@@ -0,0 +1,5 @@
-- DB update 2026_02_19_02 -> 2026_02_19_03
-- 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;