LibDailyReset (1.0)

Little library providing addon authors with an easy way to get server (EU and NA) reset moment to reset some addon data or whatever they want.

Usage: make sure to make your manifest DependsOn: LibDailyReset, and then simply register a callback on your addons init:

LibDailyReset:RegisterCallback(“OnDailyReset”, function()
d(“Im resetting my stuff!”)
end)

Leave a Reply

Your email address will not be published. Required fields are marked *

For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.