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')
|
self:RegisterEvent('CHAT_MSG_CURRENCY', 'PrepareUpdate')
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Get calendar events information
|
-- Get calendar events information (CalendarFrame_CloseEvent() IS necessary)
|
||||||
CalendarFrame_CloseEvent()
|
--CalendarFrame_CloseEvent()
|
||||||
|
FunctionThatWillNotBeFound()
|
||||||
OpenCalendar()
|
OpenCalendar()
|
||||||
|
|
||||||
-- Reset data if necessary
|
-- Reset data if necessary
|
||||||
|
|
Loading…
Reference in a new issue