remove SOG.FromPartID from main code and flag it obsolete

This commit is contained in:
UbitUmarov
2016-12-04 17:56:47 +00:00
parent 7c566dca5a
commit 51104be6d4
4 changed files with 12 additions and 6 deletions

View File

@@ -783,7 +783,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore
group.RootPart.Shape.LastAttachPoint = (byte)group.AttachmentPoint;
}
group.FromPartID = host.RootPart.UUID;
group.RezzerID = host.RootPart.UUID;
m_scene.AddNewSceneObject(group, true, curpos, rot, vel);
UUID storeID = group.UUID;