several changes to lludp FetchInventory

This commit is contained in:
UbitUmarov
2020-03-01 18:56:07 +00:00
parent 71b5ca95e6
commit dc225e348d
7 changed files with 137 additions and 97 deletions

View File

@@ -141,7 +141,7 @@ namespace OpenSim.Tests.Common
public event SpinStop OnSpinStop;
public event ViewerEffectEventHandler OnViewerEffect;
public event FetchInventory OnAgentDataUpdateRequest;
public event AgentDataUpdate OnAgentDataUpdateRequest;
public event TeleportLocationRequest OnSetStartLocationRequest;
public event UpdateShape OnUpdatePrimShape;
@@ -796,7 +796,7 @@ namespace OpenSim.Tests.Common
{
}
public virtual void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item)
public virtual void SendInventoryItemDetails(InventoryItemBase[] items)
{
}