aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-15 19:19:24 +0000
committerMelanie Thielker2008-08-15 19:19:24 +0000
commit72b8c1af1c8632b6888ebc13000cede0fced0994 (patch)
tree74a118e7f7db3895dc5eaf021ea81e2c0b5d2d18 /OpenSim/Region/Environment/Modules/World
parentMantis #1951 (diff)
downloadopensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.zip
opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.tar.gz
opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.tar.bz2
opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.tar.xz
Plumb the user flags all the way through to the profile. userFlags in
the database is now intepreted as follows: low byte = user flags. Next byte, low nibble: Deternines the text (Resident, Lifetime, etc) shown. No customn text support yet.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r--OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
index fff2383..5853b87 100644
--- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
+++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs
@@ -698,7 +698,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
698 { 698 {
699 } 699 }
700 700
701 public void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, 701 public void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, Byte[] charterMember,
702 string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, 702 string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL,
703 LLUUID partnerID) 703 LLUUID partnerID)
704 { 704 {