diff --git a/data/sql/updates/pending_db_world/rev_fix_demonic_pact_icd.sql b/data/sql/updates/pending_db_world/rev_fix_demonic_pact_icd.sql new file mode 100644 index 000000000..ead331f4f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_fix_demonic_pact_icd.sql @@ -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);