move BulkUpdateInventoryItem from lludp to eventqueue message

This commit is contained in:
UbitUmarov
2021-07-25 03:52:11 +01:00
parent 912777612a
commit dc09b56bba
4 changed files with 67 additions and 0 deletions

View File

@@ -205,6 +205,10 @@ namespace OpenSim.Tests.Common
{
}
public void SendBulkUpdateInventoryItem(InventoryItemBase item, UUID avatarID, UUID? transationID = null)
{
}
public osUTF8 StartEvent(string eventName)
{
return null;