mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
right name is UpdateInventoryItem not UpdateInventoryItemAsset (at those locations)
This commit is contained in:
@@ -465,7 +465,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/* public void UpdateInventoryItemAsset(IClientAPI remoteClient, UUID transactionID,
|
||||
UUID itemID, string name, string description,
|
||||
uint nextOwnerMask)*/
|
||||
public void UpdateInventoryItemAsset(IClientAPI remoteClient, UUID transactionID,
|
||||
public void UpdateInventoryItem(IClientAPI remoteClient, UUID transactionID,
|
||||
UUID itemID, InventoryItemBase itemUpd)
|
||||
{
|
||||
// m_log.DebugFormat(
|
||||
|
||||
Reference in New Issue
Block a user