aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-08-28 14:05:10 -0300
committerKeader <keader.android@gmail.com>2020-08-28 14:05:10 -0300
commitb63f5b0d83174abfb1b74111514ec424f5efe748 (patch)
tree9916c3dc9bd8a5a39bbec574c6648f32abd397c9 /sql
parent5055a1f8d552ee3dc3c2c47264d441953c2e1da7 (diff)
DB/Spells: Fixed Demonic Pact icd
Diffstat (limited to 'sql')
-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);