Fixed data subrecord name for Armour record used in error

pull/593/head
Benjamin Winger 4 years ago
parent f1f1703441
commit 21f04f0d0f
No known key found for this signature in database
GPG Key ID: 22E22BE7466677FC

@ -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…
Cancel
Save