|
From: Chad M. <cmm...@us...> - 2005-07-04 16:27:54
|
Update of /cvsroot/seq/showeq/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2696/src Modified Files: Tag: pre_5_0_beta everquest.h Log Message: Filled in autoconsents in charProfileStruct Index: everquest.h =================================================================== RCS file: /cvsroot/seq/showeq/src/everquest.h,v retrieving revision 1.74.6.30 retrieving revision 1.74.6.31 diff -u -d -r1.74.6.30 -r1.74.6.31 --- everquest.h 4 Jul 2005 14:18:22 -0000 1.74.6.30 +++ everquest.h 4 Jul 2005 16:27:29 -0000 1.74.6.31 @@ -682,7 +682,10 @@ /*19544*/ uint32_t careerRadCrystals; // Total count of radiant crystals ever /*19548*/ uint32_t currentEbonCrystals;// Current count of ebon crystals /*19552*/ uint32_t careerEbonCrystals; // Total count of ebon crystals ever -/*19556*/ uint8_t unknown19556[8]; // ***Placeholder (6/29/2005) +/*19556*/ uint8_t groupAutoconsent; // 0=off, 1=on +/*19557*/ uint8_t raidAutoconsent; // 0=off, 1=on +/*19558*/ uint8_t guildAutoconsent; // 0=off, 1=on +/*19559*/ uint8_t unknown19556[5]; // ***Placeholder (6/29/2005) /*19564*/ uint32_t unknown19564; // *** Placeholder }; /* 19568 */ |