Skip to content

Commit

Permalink
Merge pull request #706 from oliome/WotlkWardFix
Browse files Browse the repository at this point in the history
Update BigDebuffs_Wrath.lua to include frost ward and fire ward max rank
  • Loading branch information
jordonwow authored Mar 7, 2024
2 parents 4a2968f + 834a672 commit 4bf5201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BigDebuffs_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,13 @@ addon.Spells = {
[8458] = { parent = 543 },
[10223] = { parent = 543 },
[10225] = { parent = 543 },
[43010] = { parent = 543 },
[6143] = { type = BUFF_DEFENSIVE }, -- Frost Ward
[8461] = { parent = 6143 },
[8462] = { parent = 6143 },
[10177] = { parent = 6143 },
[28609] = { parent = 6143 },
[43012] = { parent = 6143 },
[12355] = { type = CROWD_CONTROL }, -- Impact Stun
[12494] = { type = ROOT }, -- Frostbite
[122] = { type = ROOT }, -- Frost Nova
Expand Down

0 comments on commit 4bf5201

Please sign in to comment.