From b63f5b0d83174abfb1b74111514ec424f5efe748 Mon Sep 17 00:00:00 2001 From: Keader Date: Fri, 28 Aug 2020 14:05:10 -0300 Subject: DB/Spells: Fixed Demonic Pact icd --- sql/updates/world/3.3.5/2020_08_28_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_28_04_world.sql (limited to 'sql') 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); -- cgit v1.2.3