#W# Region work continues.

This commit is contained in:
WarrentyExpired 2026-08-13 14:42:47 -04:00
parent 428272196b
commit cd1ade9c62
4 changed files with 77 additions and 55 deletions

View file

@ -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();