addon deed fix

This commit is contained in:
mark 2006-06-22 02:11:46 +00:00
parent 5c64e18f9c
commit 3c560838ea

View file

@ -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 );
}
}