fix PlayerBB struct length

This commit is contained in:
Martin Michelsen
2022-05-12 10:45:44 -07:00
parent ba03d70a2e
commit 71d78839a4
3 changed files with 27 additions and 29 deletions
-1
View File
@@ -489,7 +489,6 @@ 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;
}