From 9413b3015123377bca9b84969bc8a32a74c0f296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Mon, 9 Sep 2019 13:51:31 +0200 Subject: [PATCH] no reparent --- Init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)