aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 89b3bf6..f1a61bb 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -537,6 +537,9 @@ namespace OpenSim.Region.Examples.SimpleModule
537 public virtual void SendBulkUpdateInventory(InventoryItemBase item) 537 public virtual void SendBulkUpdateInventory(InventoryItemBase item)
538 { 538 {
539 } 539 }
540
541 public void SendBulkUpdateInventory(InventoryFolderBase folderBase)
542 {}
540 543
541 public UUID GetDefaultAnimation(string name) 544 public UUID GetDefaultAnimation(string name)
542 { 545 {