some more generics, working on addon chop fix

This commit is contained in:
mark 2006-06-22 02:09:38 +00:00
parent 965275cb19
commit 5c64e18f9c
2 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Targeting;
@ -72,7 +72,7 @@ namespace Server.Items
Server.Spells.SpellHelper.GetSurfaceTop( ref p );
ArrayList houses = null;
List<BaseHouse> houses = null;
AddonFitResult res = addon.CouldFit( p, map, from, ref houses );