From 8df32ab72b4033c87b6e2d191eee63afafa8458c Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 24 Feb 2013 01:07:51 +0000 Subject: [PATCH] --- Scripts/Engines/Spawner/Spawner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Engines/Spawner/Spawner.cs b/Scripts/Engines/Spawner/Spawner.cs index 1319554f1..9e47d6834 100644 --- a/Scripts/Engines/Spawner/Spawner.cs +++ b/Scripts/Engines/Spawner/Spawner.cs @@ -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 ) {