Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
357 stars 57 forks source link

Deployables table for Rome II is incorrectly linking the 'Number' column as a dependency of models_deployables:key #268

Open GreenyRepublic opened 12 months ago

GreenyRepublic commented 12 months ago

The column 'number' in the deployables table is insisting that it is a dependency of the key of models_deployables and not just a raw int value. This is causing RPFM to throw false errors on validation. Schemas are all up to date, see screenshot.

image