Skip to content

Commit

Permalink
Disabled mana for Druid in Wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 1, 2022
1 parent b3ef241 commit b835266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ if APILevel <= 3 then
elseif newPowerType == "RAGE" then
self:ApplyConfig("RageDruidClassic")
self:Update()
elseif newPowerType == "MANA" then
self:ApplyConfig("GeneralFSRMana")
self:Update()
-- elseif newPowerType == "MANA" then
-- self:ApplyConfig("GeneralFSRMana")
-- self:Update()
else
self:Disable()
end
Expand Down

0 comments on commit b835266

Please sign in to comment.