Small fix in Simian's AuthFreeForAll to get persistent inventory functioning. Make sure to delete simian-data.xml and your SL cache first

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2269 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-10-07 01:05:19 +00:00
parent b3380d2c11
commit 731c22045d

View File

@@ -58,7 +58,7 @@ namespace Simian.Extensions
// Create some inventory items for appearance
UUID clothingFolder = UUID.Random();
server.Inventory.CreateFolder(agent.AgentID, clothingFolder, "Clothing", AssetType.Clothing,
UUID.Zero, agent.AgentID);
agent.InventoryRoot, agent.AgentID);
UUID defaultOutfitFolder = UUID.Random();
server.Inventory.CreateFolder(agent.AgentID, defaultOutfitFolder, "Default Outfit", AssetType.Unknown,
clothingFolder, agent.AgentID);