diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 7b6b6665db..7a45e3bef1 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs @@ -585,7 +585,7 @@ namespace OpenSim.Region.Framework.Scenes group.SetAttachmentPoint(Convert.ToByte(AttachmentPt)); group.AbsolutePosition = attachPos; - // Saves and gets assetID + // Saves and gets itemID UUID itemId; if (group.GetFromItemID() == UUID.Zero)