aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorMandarinka Tasty2016-12-10 21:15:22 +0100
committerUbitUmarov2016-12-10 22:45:11 +0000
commit5b7986e6beb3d452a2845fa367b26c818098aba5 (patch)
treea7801c362d8d0ec5a01fb600f30bfc1ccb05525d /OpenSim/Region/Framework
parentMerge branch 'master' of opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-5b7986e6beb3d452a2845fa367b26c818098aba5.zip
opensim-SC_OLD-5b7986e6beb3d452a2845fa367b26c818098aba5.tar.gz
opensim-SC_OLD-5b7986e6beb3d452a2845fa367b26c818098aba5.tar.bz2
opensim-SC_OLD-5b7986e6beb3d452a2845fa367b26c818098aba5.tar.xz
Setting precise date of creation in NPC's profile.
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Interfaces/INPCModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs
index 1310358..dd4226c 100644
--- a/OpenSim/Region/Framework/Interfaces/INPCModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs
@@ -59,6 +59,7 @@ namespace OpenSim.Region.Framework.Interfaces
59 UUID ActiveGroupId { get; set; } 59 UUID ActiveGroupId { get; set; }
60 UUID Owner { get; } 60 UUID Owner { get; }
61 string profileAbout { get; set; } 61 string profileAbout { get; set; }
62 string Born { get; set; }
62 } 63 }
63 64
64 public interface INPCModule 65 public interface INPCModule