misc fixies
This commit is contained in:
parent
1df688e912
commit
fe4c9e4f73
4 changed files with 23 additions and 19 deletions
|
|
@ -109,7 +109,8 @@ namespace Server.Items
|
|||
|
||||
public bool CouldFit( IPoint3D p, Map map )
|
||||
{
|
||||
return ( CouldFit( p, map, null, null ) == AddonFitResult.Valid );
|
||||
BaseHouse h = null;
|
||||
return ( CouldFit( p, map, null, ref h ) == AddonFitResult.Valid );
|
||||
}
|
||||
|
||||
public AddonFitResult CouldFit( IPoint3D p, Map map, Mobile from, ref BaseHouse house )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue