mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Diva needs a spanking! Serializing OldItemID breaks script state persistence in agent inventory.
This commit is contained in:
@@ -735,7 +735,10 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
|
||||
private static void ProcessTIOldItemID(TaskInventoryItem item, XmlTextReader reader)
|
||||
{
|
||||
item.OldItemID = ReadUUID(reader, "OldItemID");
|
||||
ReadUUID(reader, "OldItemID");
|
||||
// On deserialization, the old item id MUST BE UUID.Zero!!!!!
|
||||
// Setting this to the saved value will BREAK script persistence!
|
||||
// item.OldItemID = ReadUUID(reader, "OldItemID");
|
||||
}
|
||||
|
||||
private static void ProcessTILastOwnerID(TaskInventoryItem item, XmlTextReader reader)
|
||||
|
||||
Reference in New Issue
Block a user