mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Resync with master
This commit is contained in:
@@ -749,13 +749,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
item.GroupID = m_part.GroupID;
|
||||
|
||||
if (item.AssetID == UUID.Zero)
|
||||
item.AssetID = it.AssetID;
|
||||
|
||||
lock (m_items)
|
||||
{
|
||||
m_items[item.ItemID] = item;
|
||||
m_inventorySerial++;
|
||||
}
|
||||
item.AssetID = m_items[item.ItemID].AssetID;
|
||||
|
||||
m_items[item.ItemID] = item;
|
||||
m_inventorySerial++;
|
||||
|
||||
Reference in New Issue
Block a user