young player protection is ignored in champ spawns

Changed default restart time to 10 minutes.
This commit is contained in:
xavier 2011-07-19 18:34:07 +00:00
parent c1a0fa6dcb
commit 5fc2c7cbf9
4 changed files with 22 additions and 8 deletions

View file

@ -3731,7 +3731,7 @@ namespace Server.Mobiles
if ( !this.Young )
return false;
if ( Region.IsPartOf( typeof( DungeonRegion ) ) )
if ( !((BaseRegion)Region).YoungProtected )
return false;
if( from is BaseCreature && ((BaseCreature)from).IgnoreYoungProtection )