UO Protocol 0x86

Resend Characters After Delete (Variable # of bytes)

This is sent by the server after deleting a character. Some clients may require that all five characters be sent even if they are not used.

Offset Type     Name             Description
------ -------- ---------------- ------------------------------
 0000  BYTE     cmd
 0001  USHORT   blockSize
 0003  BYTE     nchars           # of characters in the list
       for (nchars)
       {
       CHAR[30] name             character name
       CHAR[30] password         character password
       }