From 23218fff14d91c9ed640027138789efcc7420f75 Mon Sep 17 00:00:00 2001 From: atomaka Date: Tue, 6 Sep 2011 15:54:46 -0400 Subject: [PATCH] Added a couple events to update tooltip faster. --- ChoreTracker.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index 4609652..faa401f 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -55,9 +55,14 @@ function core:OnEnable() if level == 85 then self:RegisterEvent('UPDATE_INSTANCE_INFO', 'UpdateChores') self:RegisterEvent('CALENDAR_UPDATE_EVENT_LIST', 'UpdateChores') + self:RegisterEvent('CHAT_MSG_CURRENCY', 'UpdateChores') + self:RegisterEvent('PLAYER_LEAVING_WORLD', 'UpdateChores') + end LoadAddOn("Blizzard_Calendar") + + core:CreateChoreFrame() for class,color in pairs(RAID_CLASS_COLORS) do @@ -84,8 +89,6 @@ function core:OnEnable() core:ResetValorPoints() end - - function core:ViewChores() end