View Single Post
03/14/23, 09:37 PM   #6
code65536
AddOn Author - Click to view addons
Join Date: Mar 2016
Posts: 21
For the new reset times, I now use
Code:
GetTimeUntilNextDailyLoginRewardClaimS() -- seconds
For daily reset times.


...and
Code:
TIMED_ACTIVITIES_MANAGER:GetTimedActivityTypeTimeRemainingSeconds(TIMED_ACTIVITY_TYPE_WEEKLY)
For weekly reset times.
  Reply With Quote