Skip to content

Commit

Permalink
added missing lay-on-hands rank 5 spellid for wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaJankowiak committed Jul 18, 2022
1 parent cef19f4 commit 6967668
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions PallyPowerValues.lua
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,12 @@ PallyPower.Auras = PallyPower.isWrath and {
[8] = GetSpellInfo(32223), -- Crusader Aura
}

PallyPower.Cooldowns = {
[1] = {633, 2800, 10310, 27154}, -- Lay On Hands
[2] = {19752}, -- Divine Intervention
PallyPower.Cooldowns = PallyPower.isWrath and {
[1] = {633, 2800, 10310, 27154, 48788}, -- Lay On Hands
[2] = {19752}, -- Divine Intervention
} or {
[1] = {633, 2800, 10310, 27154}, -- Lay On Hands
[2] = {19752}, -- Divine Intervention
}

-------------------------------------------------------------------
Expand Down

0 comments on commit 6967668

Please sign in to comment.