Bugfix for calendar stuff.
This commit is contained in:
parent
4278e96b61
commit
f026cea59f
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ function core:OnInitialize()
|
|||
self:RegisterEvent('CHAT_MSG_CURRENCY', 'UpdateChores')
|
||||
end
|
||||
|
||||
-- Get calendar events information
|
||||
OpenCalendar()
|
||||
|
||||
-- Reset data if necessary
|
||||
core:ResetInstances()
|
||||
core:ResetValorPoints()
|
||||
|
|
Loading…
Reference in a new issue