mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-04 18:19:41 +00:00
Merge branch 'armour_error_fix' into 'master'
Fixed data subrecord name for Armour record used in error See merge request OpenMW/openmw!882
This commit is contained in:
commit
fea5c0ac1a
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…
Reference in a new issue