diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 7b6b666..7a45e3b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -585,7 +585,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
585 | group.SetAttachmentPoint(Convert.ToByte(AttachmentPt)); | 585 | group.SetAttachmentPoint(Convert.ToByte(AttachmentPt)); |
586 | group.AbsolutePosition = attachPos; | 586 | group.AbsolutePosition = attachPos; |
587 | 587 | ||
588 | // Saves and gets assetID | 588 | // Saves and gets itemID |
589 | UUID itemId; | 589 | UUID itemId; |
590 | 590 | ||
591 | if (group.GetFromItemID() == UUID.Zero) | 591 | if (group.GetFromItemID() == UUID.Zero) |