chore(DB): import pending files

Referenced commit(s): 556c01fc91
This commit is contained in:
github-actions[bot] 2026-03-21 01:43:47 +00:00
parent 82a22cd021
commit 4250768a23

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_20_01 -> 2026_03_21_00
-- Spirit Burn (54647) - Add 10s internal cooldown
DELETE FROM `spell_proc` WHERE `SpellId` = 54647;
INSERT INTO `spell_proc` (`SpellId`, `Cooldown`) VALUES (54647, 8000);