From bc1c5f026aa531a8f991ae23b03d8fd642c82714 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Sun, 7 Nov 2010 19:56:29 +0000 Subject: [PATCH] You don't need to clear the tooltip here. It's cleared elsewhere. --- Modules/UnitTooltip/UnitTooltip.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua index 7e96003..b39a87b 100644 --- a/Modules/UnitTooltip/UnitTooltip.lua +++ b/Modules/UnitTooltip/UnitTooltip.lua @@ -1212,13 +1212,11 @@ function mod:SetUnit() end end -- End - - GameTooltip:ClearLines() lines() if self.db.profile.refreshRate > 0 and self.timer then - --self.timer:Start() + self.timer:Start() end self:RefixEndLines() -- 1.7.9.5