chop fixed, staff placements were not getting added to h.Addons

This commit is contained in:
mark 2006-06-22 02:31:32 +00:00
parent 31167c984f
commit d0faf02150
2 changed files with 3 additions and 9 deletions

View file

@ -94,11 +94,8 @@ namespace Server.Items
{
m_Deed.Delete();
if ( houses != null )
{
foreach ( BaseHouse h in houses )
h.Addons.Add( addon );
}
foreach ( BaseHouse h in houses )
h.Addons.Add( addon );
}
else
{