We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f8899 commit 4e7e041Copy full SHA for 4e7e041
…ng_db_world/rev_fix_demonic_pact_icd.sql …a/sql/updates/db_world/2026_03_16_00.sqldata/sql/updates/pending_db_world/rev_fix_demonic_pact_icd.sql renamed to data/sql/updates/db_world/2026_03_16_00.sql
@@ -1,3 +1,4 @@
1
+-- DB update 2026_03_15_04 -> 2026_03_16_00
2
-- Fix Demonic Pact ICD: should be 20 seconds in 3.3.5, not 5 seconds
3
-- Also ensure both ranks (53646, 54909) have consistent cooldown
4
UPDATE `spell_proc` SET `Cooldown` = 20000 WHERE `SpellId` IN (53646, 54909);
0 commit comments