https://github.com/Fluorohydride/ygopro/blob/master/gframe/game.cpp#L1219
When multiple archives with same CDB filename, the dataManager.LoadDB(name) would read to other archive, causing following archives failing to read.
Suggest:
https://code.moenext.com/nanahira/ygopro/-/blob/develop/gframe/game.cpp#L1496
Pass reader to every load methods.
https://github.com/Fluorohydride/ygopro/blob/master/gframe/game.cpp#L1219
When multiple archives with same CDB filename, the
dataManager.LoadDB(name)would read to other archive, causing following archives failing to read.Suggest:
https://code.moenext.com/nanahira/ygopro/-/blob/develop/gframe/game.cpp#L1496
Pass reader to every load methods.