* Tweak the caps manager so that the NPCAvatar works again.

This commit is contained in:
Teravus Ovares
2009-08-01 14:26:00 +00:00
parent 4ce5c894cf
commit 4cbf0444df
5 changed files with 52 additions and 13 deletions

View File

@@ -1044,7 +1044,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
{
throw new NotImplementedException();
//throw new NotImplementedException();
return false;
}
public void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name)