Better comment some group shit

This commit is contained in:
Michael Cook (mackal)
2017-02-28 02:21:29 -05:00
parent 24bae49401
commit a8a1c3f809
3 changed files with 26 additions and 22 deletions
+5 -2
View File
@@ -2566,9 +2566,12 @@ struct GroupJoin_Struct_Live { // New for Live
};
struct GroupJoin_Struct {
/*000*/ char unknown000[64];
/*000*/ char owner_name[64]; // merc
/*064*/ char membername[64];
/*128*/ uint8 unknown128[20]; // Leadership AA ?
/*128*/ uint8 merc;
/*129*/ uint8 padding129[3];
/*132*/ uint32 level;
/*136*/ uint8 unknown136[12]; // group ID most likely in here judging from like captures (unused by client)
/*148*/
};