Random test of LUA error fixing problem
This commit is contained in:
parent
1905d59705
commit
460807d179
1 changed files with 3 additions and 2 deletions
|
@ -84,8 +84,9 @@ function core:OnInitialize()
|
|||
self:RegisterEvent('CHAT_MSG_CURRENCY', 'PrepareUpdate')
|
||||
end
|
||||
|
||||
-- Get calendar events information
|
||||
CalendarFrame_CloseEvent()
|
||||
-- Get calendar events information (CalendarFrame_CloseEvent() IS necessary)
|
||||
--CalendarFrame_CloseEvent()
|
||||
FunctionThatWillNotBeFound()
|
||||
OpenCalendar()
|
||||
|
||||
-- Reset data if necessary
|
||||
|
|
Loading…
Reference in a new issue