This commit is contained in:
parent
bb4fad05ec
commit
2f1da843dc
2 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ namespace Server.Multis
|
|||
|
||||
if ( entry.m_Flags == 0 )
|
||||
{
|
||||
Item item = new Static( entry.m_ItemID );
|
||||
Item item = new Static( (int)entry.m_ItemID );
|
||||
|
||||
item.MoveToWorld( new Point3D( X + entry.m_OffsetX, Y + entry.m_OffsetY, Z + entry.m_OffsetZ ), Map );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue