From 493f947dab76a0ae5b1dc20b48811e4054c93b45 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 15 Sep 2007 04:55:25 +0000 Subject: [PATCH] typos --- Scripts/Multis/HousePlacement.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/Multis/HousePlacement.cs b/Scripts/Multis/HousePlacement.cs index 6dafdd8a7..9f73aac10 100644 --- a/Scripts/Multis/HousePlacement.cs +++ b/Scripts/Multis/HousePlacement.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using System.Collections.Generic; using Server; +using Server.Items; using Server.Regions; namespace Server.Multis @@ -319,7 +320,7 @@ namespace Server.Multis { Point2D yardPoint = yard[i]; - Sector sector = Map.GetSector( yardPoint ); + Sector sector = map.GetSector( yardPoint ); foreach ( BaseMulti multi in sector.Multis ) { if ( multi is BaseBoat )