Send proper creation date on item gives, so objects will appear at the top of

"Objects", not at the bottom
0.6.5-rc1
Melanie Thielker 2009-03-22 20:05:11 +00:00
parent 16a6d60a21
commit f86c13f48e
1 changed files with 1 additions and 1 deletions

View File

@ -2097,7 +2097,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
bulkUpdate.ItemData[0].AssetID = item.AssetID;
bulkUpdate.ItemData[0].CreatorID = item.Creator;
bulkUpdate.ItemData[0].BaseMask = item.BasePermissions;
bulkUpdate.ItemData[0].CreationDate = 1000;
bulkUpdate.ItemData[0].CreationDate = item.CreationDate;
bulkUpdate.ItemData[0].Description = LLUtil.StringToPacketBytes(item.Description);
bulkUpdate.ItemData[0].EveryoneMask = item.EveryOnePermissions;
bulkUpdate.ItemData[0].FolderID = item.Folder;