[body]
byte	//count
struct{
 byte	//id
 word size; char[size]	//name
 byte	//a
 if (a){
  byte	//con
  byte[9]	//rcon
 }
}[count]
byte	//chCount
struct{
 struct{
	dword	//accountId
	byte	//worldId
	//??charId
	dword	//type
	word size; char[size]	//name
	byte	//CharRace
	byte	//CharGender
 }
 word size; char[size]	//guid
 qword	//v
}[chCount]
