fix(DB/Spell): Correct Demonic Pact ICD to 20 seconds (#25098)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-03-16 11:56:50 -05:00 committed by GitHub
parent 17ecef7a07
commit b3f88999f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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