From 748b1fdd409ed4912faaf03617466656fabd2364 Mon Sep 17 00:00:00 2001 From: Repooc Date: Fri, 17 Oct 2014 22:05:18 -0400 Subject: [PATCH] Derp lua error --- .../modules/characterframe/characterframe.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/characterframe/characterframe.lua b/ElvUI_SLE/modules/characterframe/characterframe.lua index 25a6a38..28f9fc5 100644 --- a/ElvUI_SLE/modules/characterframe/characterframe.lua +++ b/ElvUI_SLE/modules/characterframe/characterframe.lua @@ -767,11 +767,11 @@ function CA:StartArmoryFrame() CA:RegisterEvent('PLAYER_ENTERING_WORLD') -- For frame resizing - CA.ChangeCharacterFrameWidth:SetParent(PaperDollFrame) + --[[CA.ChangeCharacterFrameWidth:SetParent(PaperDollFrame) if PaperDollFrame:IsVisible() then CA.ChangeCharacterFrameWidth:Show() CharacterFrame:SetWidth(CharacterFrameInsetRight:IsShown() and 650 or 448) - end + end]] end function CFO:Initialize() -- 1.7.9.5