This commit is contained in:
parent
d444b9ba5c
commit
bb4fad05ec
5 changed files with 15 additions and 19 deletions
|
|
@ -309,7 +309,7 @@ namespace Server.Regions
|
|||
{
|
||||
Item item = sector.Items[j];
|
||||
|
||||
if ( item.ItemID <= TileData.MaxItemValue && item.AtWorldPoint( x, y ) )
|
||||
if ( !(item is BaseMulti) && item.AtWorldPoint( x, y ) )
|
||||
{
|
||||
m_SpawnBuffer2.Add( item );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue