This commit is contained in:
parent
d444b9ba5c
commit
bb4fad05ec
5 changed files with 15 additions and 19 deletions
|
|
@ -23,7 +23,7 @@ namespace Server.Multis
|
|||
|
||||
if ( entry.m_Flags == 0 )
|
||||
{
|
||||
Item item = new Static( entry.m_ItemID & 0x3FFF );
|
||||
Item item = new Static( 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