From a3351ce5b8a9cb0dc16264e035ed95352bdee1ec Mon Sep 17 00:00:00 2001 From: Repooc Date: Sun, 16 Oct 2016 21:04:28 -0400 Subject: [PATCH] Oops somehow this got lost after darth touched it.... --- ElvUI_SLE/modules/bags/artifactpower.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/bags/artifactpower.lua b/ElvUI_SLE/modules/bags/artifactpower.lua index 1f7aea0..7087892 100644 --- a/ElvUI_SLE/modules/bags/artifactpower.lua +++ b/ElvUI_SLE/modules/bags/artifactpower.lua @@ -37,7 +37,7 @@ end local function UpdateContainerFrame(frame, bagID, slotID) if (not frame.artifactpowerinfo) and E.db.sle.bags.artifactPower.enable then frame.artifactpowerinfo = frame:CreateFontString(nil, 'OVERLAY') - frame.artifactpowerinfo:Point("BOTTOMRIGHT", 0, 2) + frame.artifactpowerinfo:Point("BOTTOMLEFT", 2, 2) --frame.artifactpowerinfo:SetAllPoints(frame) end -- 1.7.9.5