[db2] Delete "DELETED" field.

This commit is contained in:
lzwdgc 2024-04-03 13:16:35 +03:00
parent 871698e352
commit 616d0a4429

View file

@ -359,6 +359,7 @@ struct db2 {
throw std::logic_error{"duplicate value: "s + vn};
}
}
jv.erase("DELETED"); // we erase this unused? field (maybe only from quest db?
jt[vn] = jv;
}
}