Mantis#1587. Thank you kindly, Melanie for a patch that:

Add permissions magling to llGiveInventoryItem, 
correct some corner case functionality
This commit is contained in:
Charles Krinke
2008-06-24 23:55:33 +00:00
parent dc0d089bf5
commit f6bf4c39be
4 changed files with 77 additions and 17 deletions

View File

@@ -2729,7 +2729,7 @@ namespace OpenSim.Region.ScriptEngine.Common
else
{
// destination is an object
World.CopyTaskInventoryItem(destId, m_host, objId);
World.MoveTaskInventoryItem(destId, m_host, objId);
}
if (!found)