fix ObjectPropertiesFamilyPacket LastOwnerID

LSLKeyTest
UbitUmarov 2016-07-10 19:05:19 +01:00
parent e6d57a1e49
commit a92266d58e
1 changed files with 1 additions and 1 deletions

View File

@ -4796,7 +4796,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
block.SaleType = sop.ObjectSaleType;
block.SalePrice = sop.SalePrice;
block.Category = sop.Category;
block.LastOwnerID = sop.CreatorID; // copied from old SOG call... is this right?
block.LastOwnerID = sop.LastOwnerID;
block.Name = Util.StringToBytes256(sop.Name);
block.Description = Util.StringToBytes256(sop.Description);