This commit is contained in:
xavier 2013-02-24 01:07:51 +00:00
parent 2fda164e3e
commit 8df32ab72b

View file

@ -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 )
{