aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorUbitUmarov2012-02-10 23:03:30 +0000
committerUbitUmarov2012-02-10 23:03:30 +0000
commite3f5fd81f1bdcccb5fb0cad75d85bf1f733667d7 (patch)
tree0fff77027caf8e6ba723489c45e0cf1cb77bb0ec /OpenSim/Region/Framework/Interfaces
parent Changes to vehicles code etc. Includes some debug aids to remove later. (diff)
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC-e3f5fd81f1bdcccb5fb0cad75d85bf1f733667d7.zip
opensim-SC-e3f5fd81f1bdcccb5fb0cad75d85bf1f733667d7.tar.gz
opensim-SC-e3f5fd81f1bdcccb5fb0cad75d85bf1f733667d7.tar.bz2
opensim-SC-e3f5fd81f1bdcccb5fb0cad75d85bf1f733667d7.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork
Conflicts: prebuild.xml
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/INPCModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs
index 2731291..dc3ff89 100644
--- a/OpenSim/Region/Framework/Interfaces/INPCModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs
@@ -58,7 +58,7 @@ namespace OpenSim.Region.Framework.Interfaces
58 /// </param> 58 /// </param>
59 /// <param name="scene"></param> 59 /// <param name="scene"></param>
60 /// <param name="appearance">The avatar appearance to use for the new NPC.</param> 60 /// <param name="appearance">The avatar appearance to use for the new NPC.</param>
61 /// <returns>The UUID of the ScenePresence created.</returns> 61 /// <returns>The UUID of the ScenePresence created. UUID.Zero if there was a failure.</returns>
62 UUID CreateNPC( 62 UUID CreateNPC(
63 string firstname, 63 string firstname,
64 string lastname, 64 string lastname,