working on addon chop fix
This commit is contained in:
parent
3c560838ea
commit
79027e9632
2 changed files with 3 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ namespace Server.Items
|
|||
|
||||
Server.Spells.SpellHelper.GetSurfaceTop( ref p );
|
||||
|
||||
List<BaseHouse> houses = null;
|
||||
List<BaseHouse> houses = new List<BaseHouse>;
|
||||
|
||||
AddonFitResult res = addon.CouldFit( p, map, from, ref houses );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue