aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLopin <davca.hr@seznam.cs>2011-05-22 18:34:45 +0100
committerNay <dnpd.dd@gmail.com>2011-05-22 18:34:45 +0100
commit4bdd8744d4496fbfece5a3e80d32bf7b9f86c058 (patch)
tree07fdfb71a12e34085c1e5ca168ddc606d641d91f
parent7d1e7de961bd404036ec4faebcd6c3eae9a6128f (diff)
Core/Spells: Removed internal cooldown of spell Eradication as it was removed in patch 3.1.0.
-rw-r--r--sql/updates/world/2011_05_22_08_world_spell_proc_event.sql2
1 files changed, 2 insertions, 0 deletions
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);