mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
[db2] Delete "DELETED" field.
This commit is contained in:
parent
871698e352
commit
616d0a4429
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ struct db2 {
|
||||||
throw std::logic_error{"duplicate value: "s + vn};
|
throw std::logic_error{"duplicate value: "s + vn};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
jv.erase("DELETED"); // we erase this unused? field (maybe only from quest db?
|
||||||
jt[vn] = jv;
|
jt[vn] = jv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue