no reparent
This commit is contained in:
parent
77338f1a1e
commit
9413b30151
2
Init.lua
2
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)
|
||||
|
|
Loading…
Reference in New Issue