From 46fe6e2f978ef03a20768e629e9cd2437c707bba Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 21 Jan 2008 16:42:53 +0000 Subject: * Scripts edited within a prim will now be persisted correctly * On restart the latest save will be restored rather than the very first dragged in scripts * Also add previously missed out database commits to separate prim inventory commit path (sigh) --- OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs index 47768b7..d0b5680 100644 --- a/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Environment/Interfaces/IRegionDataStore.cs @@ -63,7 +63,7 @@ namespace OpenSim.Region.Environment.Interfaces /// Store a prim's inventory /// /// - void StorePrimInventory(LLUUID primID, IDictionary items); + void StorePrimInventory(LLUUID primID, ICollection items); List LoadObjects(LLUUID regionUUID); -- cgit v1.1