Skip to content

Commit

Permalink
Update Paladin cooldowns
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Apr 24, 2009
1 parent 224aae3 commit 1e71d98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cooldowns.lua
Expand Up @@ -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
Expand Down

0 comments on commit 1e71d98

Please sign in to comment.