mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
more changes on task inventory offers
This commit is contained in:
@@ -1155,7 +1155,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
}
|
||||
|
||||
public void SendBulkUpdateInventory(InventoryNodeBase node)
|
||||
public void SendBulkUpdateInventory(InventoryNodeBase node, UUID? transactionID = null)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -861,7 +861,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendBulkUpdateInventory(InventoryNodeBase node)
|
||||
public virtual void SendBulkUpdateInventory(InventoryNodeBase node, UUID? transactionID = null)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user