mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Committing the LCO database layer. Native MySQL, no ADO. New reconnect
mechanism to prevent prim loss. Preserve link order on sim restart and drag copy. Fix drag-copied prims' inventories. Fix persistence of child prim inventories.
This commit is contained in:
@@ -329,6 +329,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
_itemID = UUID.Random();
|
||||
_parentPartID = partID;
|
||||
_parentID = partID;
|
||||
}
|
||||
|
||||
public TaskInventoryItem()
|
||||
|
||||
Reference in New Issue
Block a user