fix(DB/Spell): Add internal cooldown to Spirit Burn proc (#25129)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-03-20 20:42:30 -05:00
committed by GitHub
parent d78bce0a32
commit 556c01fc91

View File

@@ -0,0 +1,3 @@
-- Spirit Burn (54647) - Add 10s internal cooldown
DELETE FROM `spell_proc` WHERE `SpellId` = 54647;
INSERT INTO `spell_proc` (`SpellId`, `Cooldown`) VALUES (54647, 8000);