Do not update on logout.
This commit is contained in:
parent
f8da6c9d94
commit
fd3ced59e1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function core:OnEnable()
|
||||||
self:RegisterEvent('UPDATE_INSTANCE_INFO', 'UpdateChores')
|
self:RegisterEvent('UPDATE_INSTANCE_INFO', 'UpdateChores')
|
||||||
self:RegisterEvent('CALENDAR_UPDATE_EVENT_LIST', 'UpdateChores')
|
self:RegisterEvent('CALENDAR_UPDATE_EVENT_LIST', 'UpdateChores')
|
||||||
self:RegisterEvent('CHAT_MSG_CURRENCY', 'UpdateChores')
|
self:RegisterEvent('CHAT_MSG_CURRENCY', 'UpdateChores')
|
||||||
self:RegisterEvent('PLAYER_LEAVING_WORLD', 'UpdateChores')
|
--self:RegisterEvent('PLAYER_LEAVING_WORLD', 'UpdateChores')
|
||||||
|
|
||||||
end
|
end
|
||||||
LoadAddOn("Blizzard_Calendar")
|
LoadAddOn("Blizzard_Calendar")
|
||||||
|
|
Loading…
Reference in a new issue