Core/Spells: Removed internal cooldown of spell Eradication as it was removed in patch 3.1.0.

This commit is contained in:
Lopin
2011-05-22 18:34:45 +01:00
committed by Nay
parent 7d1e7de961
commit 4bdd8744d4

View File

@@ -0,0 +1,2 @@
-- Eradication should not have internal cooldown
UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry` IN (47195,47196,47197);