From 1e71d9892a8dbd26da1b76f4b4516c034b320033 Mon Sep 17 00:00:00 2001 From: rspeicher Date: Fri, 24 Apr 2009 19:50:29 -0400 Subject: [PATCH] Update Paladin cooldowns --- Cooldowns.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cooldowns.lua b/Cooldowns.lua index 791cab0..99443fc 100644 --- a/Cooldowns.lua +++ b/Cooldowns.lua @@ -29,9 +29,10 @@ local cooldowns = { [GetSpellInfo(45438)] = { id = 45438, cd = 300 }, -- Ice Block }, ["PALADIN"] = { - -- [GetSpellInfo(642)] = { id = 642, cd = 300 }, -- Divine Shield (Rank 2) - -- [GetSpellInfo(10278)] = { id = 10278, cd = 300, ora = 9 }, -- Blessing of Protection (Rank 3) [requires talent info] - -- [GetSpellInfo(19752)] = { id = 19752, cd = 3600, ora = 4 }, -- Divine Intervention + [GetSpellInfo(642)] = { id = 642, cd = 300 }, -- Divine Shield + [GetSpellInfo(498)] = { id = 498, cd = 180 }, -- Divine Protection + [GetSpellInfo(10278)] = { id = 10278, cd = 300 }, -- Hand of Protection + [GetSpellInfo(19752)] = { id = 19752, cd = 1200, ora = 4 }, -- Divine Intervention }, ["PRIEST"] = { [GetSpellInfo(6346)] = { id = 6346, cd = 180 }, -- Fear Ward