ouch. fixed
This commit is contained in:
parent
359349ed01
commit
6ca4b73ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue