Sync the data written in the two stats::write() functions.
This commit is contained in:
parent
6edf508c1b
commit
acf390f95d
1 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,8 @@ config stats::write() const
|
|||
res["turn_expected_damage_inflicted"] = turn_expected_damage_inflicted;
|
||||
res["turn_expected_damage_taken"] = turn_expected_damage_taken;
|
||||
|
||||
res["save_id"] = save_id;
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue