Function C_Calendar.GetDate() was removed from the API
ObiWahn86 opened this issue ยท 1 comments
The function C_Calendar.GetDate() was marked deprecated in 8.1.0 and is now removed in 9.0.1.
line 101 in:
...Interface\AddOns\PetTracker\addons\battle\listener.lua
must be changed from
local date = C_Calendar.GetDate()
to
local date = C_DateAndTime.GetCurrentCalendarTime()