mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Fixed data subrecord name for Armour record used in error
This commit is contained in:
parent
f1f1703441
commit
21f04f0d0f
@ -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…
Reference in New Issue
Block a user