Skip to content

Commit

Permalink
Wrath Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 6, 2022
1 parent b835266 commit 18bd1f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,14 @@ if APILevel <= 3 then
self:ResetConfig()

if newPowerType == "ENERGY" then
self:Enable()
self:ApplyConfig("EnergyRogue")
if APILevel == 2 and self.ticker then
self.ticker:Reset()
end
self:Update()
elseif newPowerType == "RAGE" then
self:Enable()
self:ApplyConfig("RageDruidClassic")
self:Update()
-- elseif newPowerType == "MANA" then
Expand Down

0 comments on commit 18bd1f0

Please sign in to comment.