* Give new uuids to all the objects loaded in from an archive.

* This should allow multiple copies of an archive to be loaded into different regions on the same region server
* This shouldn't affect existing operations.
This commit is contained in:
Justin Clarke Casey
2008-07-21 21:10:15 +00:00
parent 1ef7a05b3e
commit 714e1f6786
2 changed files with 9 additions and 7 deletions

View File

@@ -2047,7 +2047,9 @@ namespace OpenSim.Region.Environment.Scenes
/// <param name="vel"></param>
/// <param name="param"></param>
/// <returns></returns>
public virtual SceneObjectGroup RezObject(SceneObjectPart sourcePart, TaskInventoryItem item, LLVector3 pos, LLQuaternion rot, LLVector3 vel, int param)
public virtual SceneObjectGroup RezObject(
SceneObjectPart sourcePart, TaskInventoryItem item,
LLVector3 pos, LLQuaternion rot, LLVector3 vel, int param)
{
// Rez object
if (item != null)