Updated format

This commit is contained in:
Atemo 2024-01-26 15:39:45 +01:00
parent c8729f5bd6
commit 1a572258f4
3 changed files with 24 additions and 23 deletions

View File

@ -1811,7 +1811,8 @@ uint64 LaphineUpgradeDatabase::parseBodyNode( const ryml::NodeRef& node ){
return 0;
}
entry->resultRefine[level] = rate;
} else {
}
else {
if (!refine_exists) {
entry->resultRefine[level] = 1;
}