no reparent

This commit is contained in:
Sergio Álvarez 2019-09-09 13:51:31 +02:00
parent 77338f1a1e
commit 9413b30151
1 changed files with 1 additions and 1 deletions

View File

@ -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)