chop fixed, staff placements were not getting added to h.Addons
This commit is contained in:
parent
31167c984f
commit
d0faf02150
2 changed files with 3 additions and 9 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue