#W# Removed duplicate spawner. Added FarmRegion
This commit is contained in:
parent
eb7d215ba3
commit
4344a81180
4 changed files with 45 additions and 5 deletions
|
|
@ -68,6 +68,7 @@ namespace Server.Items
|
|||
if ( reg is Server.Regions.TownRegion ||
|
||||
reg is Server.Regions.GuardedRegion ||
|
||||
reg is Server.Regions.DungeonRegion ||
|
||||
reg is Server.Regions.FarmRegion ||
|
||||
reg is Server.Regions.HouseRegion )
|
||||
{
|
||||
this.Delete();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue