This commit is contained in:
tekkub ʕ ´ᴥ` ʔ 2016-09-09 04:12:29 -06:00
parent 11db1dc49f
commit 841f5c136a
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ local GVS = CreateFrame("frame", nil, MerchantFrame)
GVS:SetWidth(315)
GVS:SetHeight(294)
GVS:SetPoint("TOPLEFT", 8, -67)
GVS:SetScript("OnEvent", function(self, event, ...) if self[event] then return self[event](self, event, ...) end end)
GVS:SetScript("OnEvent", function(self, event, ...)
if self[event] then return self[event](self, event, ...) end
end)
GVS:Hide()