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:
parent
d78bce0a32
commit
556c01fc91
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue