aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2020_08_28_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_28_04_world.sql b/sql/updates/world/3.3.5/2020_08_28_04_world.sql
new file mode 100644
index 00000000000..fa4040cab55
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_28_04_world.sql
@@ -0,0 +1,2 @@
+-- Demonic Pact (Patch 3.3.3 (2010-03-23): This effect now has a 45-second duration, up from 12 seconds, and a 20-second internal cooldown)
+UPDATE `spell_proc` SET `Cooldown`=20000 WHERE `SpellId` IN (54909, 53646);