basehouse generics

This commit is contained in:
mark 2006-06-21 21:22:44 +00:00
parent ef97e49eb2
commit ff033f445e
2 changed files with 8 additions and 7 deletions

View file

@ -9,6 +9,7 @@ using System.Xml;
using Server;
using Server.Misc;
using Server.Mobiles;
using Server.Multis;
using Server.Network;
namespace Server.Accounting
@ -41,7 +42,7 @@ namespace Server.Accounting
if ( m == null )
continue;
List<BaseHouse> list = Multis.BaseHouse.GetHouses( m );
List<BaseHouse> list = BaseHouse.GetHouses( m );
for ( int j = 0; j < list.Count; ++j )
list[j].Delete();