#W# Changed server save time.

This commit is contained in:
WarrentyExpired 2026-07-31 09:07:43 -04:00
parent 6105add665
commit 7f8739f106

View file

@ -53,7 +53,7 @@ namespace Server.Misc
public static double SaveInterval()
{
// How many minutes does your server save its information?
return 5.0;
return 30.0;
}
public static bool CastSpellsHoldingThings()