Quantcast

Bugfix

Scott Sibley [08-23-10 - 01:13]
Bugfix
Filename
Modules/Text.lua
diff --git a/Modules/Text.lua b/Modules/Text.lua
index 1362189..2880149 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -419,7 +419,9 @@ function mod:OnInitialize()
 end

 local function unitFrameFunkyFunction()
-	lines(true)
+	if UnitExists("mouseover") then
+		lines(true)
+	end
 end

 local draw
@@ -594,7 +596,6 @@ function mod:CreateLines()
         end
         mod.NUM_LINES = lineNum
 	draw()
-	GameTooltip:Show()
     end})
 end