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 |
5f0e174c8adc |
| children |
b2d685b3ac9d |
| files |
Core.lua Modules/Collected.lua |
| diffstat |
2 files changed, 2 insertions(+), 1 deletions(-)
[+]
|
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);
--- a/Modules/Collected.lua Sun Sep 12 22:07:12 2010 +0200
+++ b/Modules/Collected.lua Sun Sep 12 22:12:31 2010 +0200
@@ -21,6 +21,7 @@
trackGold = true,
trackItems = true,
trackMail = true,
+ trackTimeSpent = true,
sessionSummary = false,
batchSummary = false,
},