diff --git a/OpenSim/Services/Interfaces/IAvatarService.cs b/OpenSim/Services/Interfaces/IAvatarService.cs
index dc56f4f40f..d2b7ba4b0f 100644
--- a/OpenSim/Services/Interfaces/IAvatarService.cs
+++ b/OpenSim/Services/Interfaces/IAvatarService.cs
@@ -59,7 +59,7 @@ namespace OpenSim.Services.Interfaces
bool ResetAvatar(UUID userID);
///
- /// These 3 methods raison d'etre:
+ /// These methods raison d'etre:
/// No need to send the entire avatar data (SetAvatar) for changing attachments
///
///
@@ -96,5 +96,11 @@ namespace OpenSim.Services.Interfaces
int AvatarType { get; set; }
Dictionary Data { get; set; }
+
+ ///
+ /// This MUST at least define a pair "AvatarType" -> "dll:class"
+ ///
+ ///
+ Dictionary ToKeyValuePairs();
}
}