Skip to content

Fixed data subrecord name for Armour record used in error

Benjamin Winger requested to merge bmwinger/openmw:armour_error_fix into master

I noticed this a while ago when examining the ESM code. The CLDT is the "data" subrecord for clothing records. The one for Armor records is AODT. I'm guessing it was caused by copying the code from the Clothing record when this was originally written.

Merge request reports