Quantcast

Remove hooktip calling

Adrian L Lange [08-15-09 - 17:36]
Remove hooktip calling
Filename
oUF_P3lim.lua
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index 5089497..96ccb0e 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -105,7 +105,6 @@ local function updateTime(self, elapsed)

 	if(GameTooltip:IsOwned(self)) then
 		GameTooltip:SetUnitAura(self.frame.unit, self:GetID(), self.filter)
-		hookTooltip(self)
 	end
 end