diff options
author | Mandarinka Tasty | 2016-12-10 21:15:22 +0100 |
---|---|---|
committer | UbitUmarov | 2016-12-10 22:45:11 +0000 |
commit | 5b7986e6beb3d452a2845fa367b26c818098aba5 (patch) | |
tree | a7801c362d8d0ec5a01fb600f30bfc1ccb05525d /OpenSim/Region/Framework | |
parent | Merge branch 'master' of opensimulator.org:/var/git/opensim (diff) | |
download | opensim-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.cs | 1 |
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 |