diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 66ea3ea..36842cc 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -629,7 +629,7 @@ namespace OpenSim.Framework | |||
629 | void SendViewerTime(int phase); | 629 | void SendViewerTime(int phase); |
630 | LLUUID GetDefaultAnimation(string name); | 630 | LLUUID GetDefaultAnimation(string name); |
631 | 631 | ||
632 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, | 632 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, Byte[] charterMember, string flAbout, |
633 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); | 633 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); |
634 | 634 | ||
635 | void SendScriptQuestion(LLUUID taskID, string taskName, string ownerName, LLUUID itemID, int question); | 635 | void SendScriptQuestion(LLUUID taskID, string taskName, string ownerName, LLUUID itemID, int question); |