mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fixed data subrecord name for Armour record used in error
This commit is contained in:
parent
f1f1703441
commit
21f04f0d0f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace ESM
|
|||
if (!hasName)
|
||||
esm.fail("Missing NAME subrecord");
|
||||
if (!hasData && !isDeleted)
|
||||
esm.fail("Missing CTDT subrecord");
|
||||
esm.fail("Missing AODT subrecord");
|
||||
}
|
||||
|
||||
void Armor::save(ESMWriter &esm, bool isDeleted) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue