This commit is contained in:
parent
712037724a
commit
ac5a0827f2
7 changed files with 21 additions and 19 deletions
|
|
@ -1221,7 +1221,7 @@ namespace Server.Multis
|
|||
|
||||
foreach ( Item item in eable )
|
||||
{
|
||||
if ( item.ItemID > TileData.MaxItemValue || item.Z < p.Z || !item.Visible )
|
||||
if ( item is BaseMulti || item.ItemID > TileData.MaxItemValue || item.Z < p.Z || !item.Visible )
|
||||
continue;
|
||||
|
||||
int x = item.X - p.X + newComponents.Min.X;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue