Home
last modified time | relevance | path

Searched defs:account_old (Results 1 – 1 of 1) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h1830 struct account_old { struct
1831 u32b id; /* account id */
1832 u32b flags; /* account flags */
1833 char name[30]; /* login */
1834 char pass[20]; /* some crypts are not 13 */
1836 int acc_laston, acc_laston_real;
1838 time_t acc_laston, acc_laston_real; /* last time this account logged on (for expiry check) */
1840 s32b cheeze; /* value in gold of cheezed goods or money */
1842 char deed_event; /* receive a deed for a global event participation? */
1844 s32b guild_id; /* auto-rejoin its guild after a char perma-died */
[all …]