I have read a post for glandu2 about the record of db_item.rdb in this thread

but I didn't understand this point
I found 4 bytes for it in the first item which are 1C 3C 00 00Quote:
union { //the wear_limit_bits and the struct share the same bits
UINT32 wear_limit_bits;
struct {
unsigned int : 1;
unsigned int : 1;
unsigned int limit_deva : 1;
unsigned int limit_asura : 1;
unsigned int limit_gaia : 1;
unsigned int : 1;
unsigned int : 1;
unsigned int : 1;
unsigned int : 1;
unsigned int : 1;
unsigned int limit_fighter : 1;
unsigned int limit_hunter : 1;
unsigned int limit_magician : 1;
unsigned int limit_summoner : 1;
unsigned int : 1;
unsigned int : 1;
unsigned int : 16;
};
};
any body please can tell me what should I do with these bytes to extract the values
thank you....






