This commit is contained in:
mark 2010-12-06 07:28:42 +00:00
parent d444b9ba5c
commit bb4fad05ec
5 changed files with 15 additions and 19 deletions

View file

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