#W# Region work continues.
This commit is contained in:
parent
428272196b
commit
cd1ade9c62
4 changed files with 77 additions and 55 deletions
|
|
@ -65,8 +65,9 @@ namespace Server.Items
|
|||
|
||||
// --- REGION SAFETY CHECK ---
|
||||
Region reg = Region.Find( savedLocation, savedMap );
|
||||
if ( reg is Server.Regions.TownRegion ||
|
||||
reg is Server.Regions.GuardedRegion ||
|
||||
if ( reg is Server.Regions.TownRegion ||
|
||||
reg is Server.Regions.GuardedRegion ||
|
||||
reg is Server.Regions.DungeonRegion ||
|
||||
reg is Server.Regions.HouseRegion )
|
||||
{
|
||||
this.Delete();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue