[DiscordArchive] Do you mean this hard coded part in InstanceSaveMgr?
[DiscordArchive] Do you mean this hard coded part in InstanceSaveMgr?
Archived author: nyxl43 • Posted: 2025-10-04T01:46:56.991000+00:00
Original source
Do you mean this hard coded part in InstanceSaveMgr?
resetTime = GameTime::GetGameTime().count() + static_cast<long long>(3) * DAY; // normals expire after 3 days even if someone is still bound to them, cleared on startup
extendedResetTime = 0;
That would be easy to change to more than 3 days, however for me it already reset earlier than 3 days, perhaps because I logged out and nobody was inside the instance anymore?