some more generics, working on addon chop fix
This commit is contained in:
parent
965275cb19
commit
5c64e18f9c
2 changed files with 7 additions and 7 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue