diff --git a/Init.lua b/Init.lua index 189c775..5507787 100644 --- a/Init.lua +++ b/Init.lua @@ -31,7 +31,7 @@ function ns.OnLoad() end -- Reparent the first 10 MerchantItem frames, so they only appear for buyback - for i=1,10 do _G["MerchantItem"..i]:SetParent(MerchantItem11) end + --for i=1,10 do _G["MerchantItem"..i]:SetParent(MerchantItem11) end -- Hide frames we don't need now Hide(MerchantNextPageButton)