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
@@ -265,7 +265,7 @@ void PlayerLobbyDataXB::clear() {
void PlayerLobbyDataBB::clear() {
this->player_tag = 0;
this->guild_card_number = 0;
this->sys_guild_card_number = 0;
this->team_master_guild_card_number = 0;
this->team_id = 0;
this->unknown_a1.clear(0);
this->client_id = 0;