Added a couple events to update tooltip faster.
This commit is contained in:
parent
e9bde81013
commit
23218fff14
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue