aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2014-08-25 23:31:04 +0100
committerUbitUmarov2014-08-25 23:31:04 +0100
commit6857afe2a4ca73da904b9928c282c0087ff4b3bf (patch)
tree8e402986662b5ea46dca877685aafa7eee9c9d24 /OpenSim/Region/ClientStack/Linden
parent*test* cleanup the bugs nest (diff)
downloadopensim-SC_OLD-6857afe2a4ca73da904b9928c282c0087ff4b3bf.zip
opensim-SC_OLD-6857afe2a4ca73da904b9928c282c0087ff4b3bf.tar.gz
opensim-SC_OLD-6857afe2a4ca73da904b9928c282c0087ff4b3bf.tar.bz2
opensim-SC_OLD-6857afe2a4ca73da904b9928c282c0087ff4b3bf.tar.xz
*test* back to no sog kills, little retouch on attachment updates,
NameValue AttachItemID is a root part thing only
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 0663983..7087bb7 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -5411,7 +5411,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5411 5411
5412 if (data.ParentGroup.IsAttachment) 5412 if (data.ParentGroup.IsAttachment)
5413 { 5413 {
5414 if (data.UUID == data.ParentGroup.RootPart.UUID) 5414 if (data.IsRoot)
5415 { 5415 {
5416 update.NameValue = Util.StringToBytes256("AttachItemID STRING RW SV " + data.ParentGroup.FromItemID); 5416 update.NameValue = Util.StringToBytes256("AttachItemID STRING RW SV " + data.ParentGroup.FromItemID);
5417 } 5417 }