From 841f5c136ab86c42c746c681a65a3275105ca557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tekkub=20=CA=95=20=C2=B4=E1=B4=A5=60=20=CA=94?= Date: Fri, 9 Sep 2016 04:12:29 -0600 Subject: [PATCH] 80col --- GnomishVendorShrinker.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GnomishVendorShrinker.lua b/GnomishVendorShrinker.lua index 23604fb..e784118 100644 --- a/GnomishVendorShrinker.lua +++ b/GnomishVendorShrinker.lua @@ -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()