Skip to content

Commit 935f9f7

Browse files
committed
Fixing config issue.
1 parent faeef7f commit 935f9f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ local function GetOptions()
373373
cPointDisplay:HideUIElements()
374374
end,
375375
order = 10,
376-
disabled = function() if (tid == "cp" or tid == "hp" or tid == "ss") then return false else return true end end,
376+
disabled = function() if (tid == "cp" or tid == "hp" or tid == "ss" or tid == "ac") then return false else return true end end,
377377
},
378378
showatzero = {
379379
type = "toggle",

Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ function cPointDisplay:HideUIElements()
977977
end
978978

979979
if db["MAGE"].types["ac"].enabled and db["MAGE"].types["ac"].general.hideui then
980-
local APF = _G["ArcaneChargesFrame"]
980+
local APF = MageArcaneChargesFrame
981981
if APF then
982982
APF:Hide()
983983
APF:SetScript("OnShow", function(self) self:Hide() end)

0 commit comments

Comments
 (0)