public void Attach(UUID itemID, UUID ownerID, String name, String description,
Permissions perms, long itemFlags, AttachmentPoint attachPoint)
{
// TODO: At some point it might be beneficial to have AppearanceManager track what we
// are currently wearing for attachments to make enumeration and detachment easier
RezSingleAttachmentFromInvPacket attach = new RezSingleAttachmentFromInvPacket();
attach.AgentData.AgentID = Client.self.getAgentID();
attach.AgentData.SessionID = Client.self.getSessionID();
attach.ObjectData.AttachmentPt = (byte)attachPoint.getIndex();