mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21: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
@ -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