This commit is contained in:
parent
2fda164e3e
commit
8df32ab72b
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ namespace Server.Mobiles
|
|||
int mapZ = map.GetAverageZ( x, y );
|
||||
|
||||
if( m_IgnoreHousing || ( ( BaseHouse.FindHouseAt( new Point3D( x, y, mapZ ), Map, 16 ) == null &&
|
||||
BaseHouse.FindHouseAt( new Point3D( x, y, mapZ ), Map, 16 ) == null ) ) )
|
||||
BaseHouse.FindHouseAt( new Point3D( x, y, this.Z ), Map, 16 ) == null ) ) )
|
||||
{
|
||||
if( waterMob )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue