rename sys_guild_card_number to team_master_guild_card_number

This commit is contained in:
Martin Michelsen
2023-12-25 17:39:39 -08:00
parent 7c9309f6c5
commit d1022e9b53
6 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ struct PSOBBMinimalSystemFile {
} __attribute__((packed));
struct PSOBBTeamMembership {
/* 0000 */ le_uint32_t guild_card_number = 0;
/* 0000 */ le_uint32_t team_master_guild_card_number = 0;
/* 0004 */ le_uint32_t team_id = 0;
/* 0008 */ le_uint32_t unknown_a5 = 0;
/* 000C */ le_uint32_t unknown_a6 = 0;