addon deed fix
This commit is contained in:
parent
5c64e18f9c
commit
3c560838ea
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server;
|
||||
using Server.Multis;
|
||||
using Server.Targeting;
|
||||
|
||||
namespace Server.Items
|
||||
|
|
@ -95,7 +96,7 @@ namespace Server.Items
|
|||
|
||||
if ( houses != null )
|
||||
{
|
||||
foreach ( Server.Multis.BaseHouse h in houses )
|
||||
foreach ( BaseHouse h in houses )
|
||||
h.Addons.Add( addon );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue