void clif_parse_join_HUNT(int fd, struct map_session_data *sd)
{
const unsigned int blocksize = 6;
unsigned int count, packet_orga,packet_orgas,packet_orgass,packet_type;
struct s_packet_db* info = &packet_db[sd->packet_ver][RFIFOW(fd,0)];
packet_type = RFIFOW(fd,info->pos[0])...