chore(DB): import pending files

Referenced commit(s): b3f88999f1
This commit is contained in:
github-actions[bot] 2026-03-16 16:58:02 +00:00
parent b3f88999f1
commit 4e7e041a27

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_15_04 -> 2026_03_16_00
-- Fix Demonic Pact ICD: should be 20 seconds in 3.3.5, not 5 seconds -- Fix Demonic Pact ICD: should be 20 seconds in 3.3.5, not 5 seconds
-- Also ensure both ranks (53646, 54909) have consistent cooldown -- Also ensure both ranks (53646, 54909) have consistent cooldown
UPDATE `spell_proc` SET `Cooldown` = 20000 WHERE `SpellId` IN (53646, 54909); UPDATE `spell_proc` SET `Cooldown` = 20000 WHERE `SpellId` IN (53646, 54909);