From 0d8e3dcc17c577a94bb448be91ce10269549781d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tekkub=20=CA=95=20=C2=B4=E1=B4=A5=60=20=CA=94?= Date: Sun, 11 Sep 2016 20:22:30 -0600 Subject: [PATCH] Note to self --- frames/MainFrame.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/MainFrame.lua b/frames/MainFrame.lua index 07f0175..e9770b6 100644 --- a/frames/MainFrame.lua +++ b/frames/MainFrame.lua @@ -63,6 +63,7 @@ function ns.NewMainFrame() end) GVS:SetScript("OnEvent", Refresh) GVS:SetScript("OnShow", function(self) + -- These are used by the buyback frame, so we can't hide them forever for i=1,12 do _G["MerchantItem"..i]:Hide() end local max = math.max(0, GetMerchantNumItems() - NUMROWS)