Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should now show up.

Most likely still some problems and most like needs some more work (and still a couple of things to finish off).
This commit is contained in:
MW
2008-03-15 12:53:03 +00:00
parent 70e55205a1
commit c04899b60a
4 changed files with 126 additions and 17 deletions

View File

@@ -1656,6 +1656,7 @@ namespace OpenSim.Region.Environment.Scenes
cap.AddNewInventoryItem = AddInventoryItem;
cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset;
cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset;
cap.CAPSFetchInventoryDescendents = CommsManager.UserProfileCacheService.HandleFetchInventoryDescendentsCAPS;
if (m_capsHandlers.ContainsKey(agent.AgentID))
{