/**
  * Sends the available character list retrieved using the client's authorized account.
  *
  * @param client recipient
  */
 public static void sendToClient(L2Client client) {
   sendToClient(client, client.getAccountName());
 }