From 6928ec024060bb7181553206c9ee6a125e7c9a2d Mon Sep 17 00:00:00 2001
From: Melanie
Date: Tue, 27 Apr 2010 00:25:29 +0100
Subject: Add a parameter to prim inventory update to prevent event firing
---
OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | 1 +
1 file changed, 1 insertion(+)
(limited to 'OpenSim/Region/Framework/Interfaces')
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 2b90960..fd43923 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -161,6 +161,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// in this prim's inventory.
/// false if the item did not exist, true if the update occurred successfully
bool UpdateInventoryItem(TaskInventoryItem item);
+ bool UpdateInventoryItem(TaskInventoryItem item, bool fireScriptEvents);
///
/// Remove an item from this entity's inventory
--
cgit v1.1