1
0
Fork 0

Do not update on logout.

This commit is contained in:
Andrew Tomaka 2011-09-17 03:00:55 -04:00
parent f8da6c9d94
commit fd3ced59e1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function core:OnEnable()
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')
--self:RegisterEvent('PLAYER_LEAVING_WORLD', 'UpdateChores')
end
LoadAddOn("Blizzard_Calendar")