Skip to content

Commit

Permalink
retail: fix Ascendance
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Jun 4, 2021
1 parent 53ff493 commit b880b89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Retail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,10 @@ addon.Spells = {
[204293] = { type = BUFF_DEFENSIVE, parent = 325174 }, -- Spirit Link (PvP Talent)
[108271] = { type = BUFF_DEFENSIVE }, -- Astral Shift
[210918] = { type = BUFF_DEFENSIVE, parent = 108271 }, -- Ethereal Form
[114050] = { type = BUFF_DEFENSIVE }, -- Ascendance (Elemental)
[114051] = { type = BUFF_OFFENSIVE, parent = 114050 }, -- Ascendance (Enhancement)
[114052] = { type = BUFF_DEFENSIVE, parent = 114050 }, -- Ascendance (Restoration)
[114049] = { type = BUFF_OFFENSIVE }, -- Ascendance
[114050] = { type = BUFF_DEFENSIVE, parent = 114049 }, -- Ascendance (Elemental)
[114051] = { type = BUFF_OFFENSIVE, parent = 114049 }, -- Ascendance (Enhancement)
[114052] = { type = BUFF_DEFENSIVE, parent = 114049 }, -- Ascendance (Restoration)
[118345] = { type = CROWD_CONTROL }, -- Pulverize
[118905] = { type = CROWD_CONTROL }, -- Static Charge
[191634] = { type = BUFF_OFFENSIVE }, -- Stormkeeper (Ele)
Expand Down

0 comments on commit b880b89

Please sign in to comment.