diff Core.lua @ 55:75c36b3d5443

Fixed an error when you logged in. Set the default for tracking time spent of the collected module to true.
author Zerotorescue
date Sun, 12 Sep 2010 22:12:31 +0200
parents fcc7112cc365
children 4cd3b02f6840
line wrap: on
line diff
--- a/Core.lua	Sun Sep 12 22:07:12 2010 +0200
+++ b/Core.lua	Sun Sep 12 22:12:31 2010 +0200
@@ -217,7 +217,7 @@
 			GameTooltip:Show();
 		end
 	end);
-	button:SetScript("OnLeave", function(self)
+	check:SetScript("OnLeave", function(self)
 		GameTooltip:Hide();
 	end);