young player protection is ignored in champ spawns
Changed default restart time to 10 minutes.
This commit is contained in:
parent
c1a0fa6dcb
commit
5fc2c7cbf9
4 changed files with 22 additions and 8 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue