aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index e6aff15..a7d2ef3 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -698,7 +698,7 @@ namespace OpenSim.Region.Examples.SimpleModule
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 {