From 6ca4b73ea39ed539dd9dd467f3ea136b2c50d087 Mon Sep 17 00:00:00 2001 From: xavier Date: Tue, 20 Sep 2011 01:18:08 +0000 Subject: [PATCH] ouch. fixed --- Scripts/Engines/VeteranRewards/RewardSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Engines/VeteranRewards/RewardSystem.cs b/Scripts/Engines/VeteranRewards/RewardSystem.cs index 1f9341762..a3f5d518e 100644 --- a/Scripts/Engines/VeteranRewards/RewardSystem.cs +++ b/Scripts/Engines/VeteranRewards/RewardSystem.cs @@ -37,7 +37,7 @@ namespace Server.Engines.VeteranRewards public static bool Enabled = true; // change to true to enable vet rewards public static bool SkillCapRewards = true; // assuming vet rewards are enabled, should total skill cap bonuses be awarded? (720 skills total at 4th level) - public static TimeSpan RewardInterval = TimeSpan.FromMinutes( 1 ); + public static TimeSpan RewardInterval = TimeSpan.FromDays( 30.0 ); public static bool HasAccess( Mobile mob, RewardCategory category ) {