TexTools / xivModdingFramework

GNU General Public License v3.0
9 stars 16 forks source link

Reverts changes to OutdoorModelNumberOffsetByPatch, and changes the m… #50

Closed Squall-Leonhart closed 1 year ago

Squall-Leonhart commented 2 years ago

…odelNumberOffset to a signed 16bit int

Outdoor furniture modelNumberOffset was erroneously cast as ReadByte, which caused the unchanged Offset:12 value to throw errors after 6.1, with this change it is a 16bit Signed Int and the offset reverted to 12.

Corrects issue with the Outdoor furniture list throwing the wrong model for 6.1 items, and the item set list no longer shows the wrong names attached to items below 255, now showing them correctly on items above 255.

image