You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offset of when week switch will happen in seconds. Without that offset, switch happens every monday at 00:00.
For example if you want to make switch happen on sunday 7pm, you need to add 6 days and 19 hours, converted to seconds (so 60 * 60 * 24 * 6 + 60 * 60 * 19).
DB INFO
weekly_completed.state:
0 = Waiting for MOD Approval
1 = Approved, Points awarded and region locked (if WGRegion is filled).
2 = Denied. This will change to 3 when player is notified about it.