aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorSean Dague2007-12-03 17:24:27 +0000
committerSean Dague2007-12-03 17:24:27 +0000
commitc29105aa3ee52e158b4c7870409165a89be4bcf6 (patch)
treec4bdf2497100bc9fb8a59635a6c0e3109d516161 /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
parentAdded a flag to load-xml console command, that will generate new uuids for th... (diff)
downloadopensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.zip
opensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.tar.gz
opensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.tar.bz2
opensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.tar.xz
This is a simple patch which just renames an IClientAPI method to
SendInventoryItemCreateUpdate() in order to reflect the actual packet it sends (UpdateCreateInventoryItem). From Justin Casey (IBM)
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 14c4380..6887deb 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -310,7 +310,7 @@ namespace SimpleApp
310 { 310 {
311 } 311 }
312 312
313 public virtual void SendInventoryItemUpdate(InventoryItemBase Item) 313 public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item)
314 { 314 {
315 } 315 }
316 316