From 7c4e4eb5e0d2db35b43343f99877682b33626f9b Mon Sep 17 00:00:00 2001 From: ckaotik Date: Fri, 13 Nov 2009 11:28:26 -0700 Subject: [PATCH] --- core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.lua b/core.lua index 7263391..539a3be 100644 --- a/core.lua +++ b/core.lua @@ -32,7 +32,7 @@ if not BG_GlobalDB or BG_GlobalDB == {} then end -- internal locals -local debug = true +local debug = false local locked = false local loaded = false local oldMoney @@ -241,7 +241,7 @@ function BrokerGarbage:Tooltip(wut) -- Use smart anchoring code to anchor the tooltip to our frame BrokerGarbage.tt:SmartAnchorTo(wut) - -- Show it, et voilà ! + -- Show it, et voil� ! BrokerGarbage.tt:Show() BrokerGarbage.tt:UpdateScrolling(BG_GlobalDB.tooltipMaxHeight) end -- 1.7.9.5