*test* back to no sog kills, little retouch on attachment updates,

NameValue AttachItemID is a root part thing only
This commit is contained in:
UbitUmarov
2014-08-25 23:31:04 +01:00
parent 75cbe620c0
commit 6857afe2a4
2 changed files with 5 additions and 5 deletions

View File

@@ -5411,7 +5411,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (data.ParentGroup.IsAttachment)
{
if (data.UUID == data.ParentGroup.RootPart.UUID)
if (data.IsRoot)
{
update.NameValue = Util.StringToBytes256("AttachItemID STRING RW SV " + data.ParentGroup.FromItemID);
}