Returns the amount of time remaining until the daily quest period resets
See also Quest functions.
Signature:
time
=
GetQuestResetTime()
Returns:
time
- Amount of time remaining until the daily quest period resets (in seconds) (number
)
Examples:
-- Print the amount of time until dailies reset print("Daily quests reset in " .. SecondsToTime(GetQuestResetTime()))