split bb team rewards field

This commit is contained in:
Martin Michelsen
2022-05-08 00:55:36 -07:00
parent 72810a19f0
commit dc7ec97c0c
3 changed files with 6 additions and 13 deletions
+1
View File
@@ -487,6 +487,7 @@ PlayerBB ClientGameData::export_player_bb() {
ret.unknown6.clear();
ret.quest_data2 = player->quest_data2;
ret.key_config = account->key_config;
ret.unused = 0;
return ret;
}