Note to self

This commit is contained in:
tekkub ʕ ´ᴥ` ʔ 2016-09-11 20:22:30 -06:00
parent 36a115fcb0
commit 0d8e3dcc17
1 changed files with 1 additions and 0 deletions

View File

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