From 4bdd8744d4496fbfece5a3e80d32bf7b9f86c058 Mon Sep 17 00:00:00 2001 From: Lopin Date: Sun, 22 May 2011 18:34:45 +0100 Subject: [PATCH] Core/Spells: Removed internal cooldown of spell Eradication as it was removed in patch 3.1.0. --- sql/updates/world/2011_05_22_08_world_spell_proc_event.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_05_22_08_world_spell_proc_event.sql diff --git a/sql/updates/world/2011_05_22_08_world_spell_proc_event.sql b/sql/updates/world/2011_05_22_08_world_spell_proc_event.sql new file mode 100644 index 00000000000..7ff1d90e5e2 --- /dev/null +++ b/sql/updates/world/2011_05_22_08_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Eradication should not have internal cooldown +UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry` IN (47195,47196,47197);