diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index c087c59..0689177 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -499,7 +499,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
499 | } | 499 | } |
500 | 500 | ||
501 | /// <summary> | 501 | /// <summary> |
502 | /// Update an item in a prim (task) inventory | 502 | /// Update an item in a prim (task) inventory. |
503 | /// This method does not handle scripts, <see>RezScript(IClientAPI, LLUUID, unit)</see> | ||
503 | /// </summary> | 504 | /// </summary> |
504 | /// <param name="remoteClient"></param> | 505 | /// <param name="remoteClient"></param> |
505 | /// <param name="itemID"></param> | 506 | /// <param name="itemID"></param> |