diff --git a/Scripts/Settings.cs b/Scripts/Settings.cs index 2b3272f..b697a55 100644 --- a/Scripts/Settings.cs +++ b/Scripts/Settings.cs @@ -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()