Skip to content

Commit

Permalink
Only track if BoS exists; Don't check for talents since it is only 1 …
Browse files Browse the repository at this point in the history
…point
  • Loading branch information
EsreverWoW committed Jul 30, 2022
1 parent 96e042d commit aca4c7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PallyPower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1275,10 +1275,6 @@ function PallyPower:ScanSpells()
else
talent = talent + select(5, GetTalentInfo(2, 12)) -- Blessing of Sanctuary
end
elseif i == 4 and self.isWrath then
-- TODO: GetTalentInfo bugged on beta right now so column/rows are "correct" but incorrect
-- talent = talent + select(5, GetTalentInfo(2, 12)) -- Blessing of Sanctuary
talent = talent + select(5, GetTalentInfo(2, 8)) -- Blessing of Sanctuary
end
RankInfo[i].talent = talent
RankInfo[i].rank = tonumber(select(3, strfind(spellRank, "(%d+)")))
Expand Down

0 comments on commit aca4c7d

Please sign in to comment.