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