whoward69
DLL Minion
It would appear that tables being used by the PreGame code are not being reloaded into the GameInfo cache when mods are loaded
New GoodyHutTechRefundPercent column is not available via GameInfo but is definitely in the database - this only affects certain tables and it seems to be those used by the PreGame code
Code:
> GameInfo.HandicapInfos[4].GoodyHutTechRefundPercent
WorldView: _cmdr = {GameInfo.HandicapInfos[4].GoodyHutTechRefundPercent}:1: Cannot find key - GoodyHutTechRefundPercent
> for row in DB.Query("SELECT GoodyHutTechRefundPercent FROM HandicapInfos WHERE ID=4") do print(row.GoodyHutTechRefundPercent) end
WorldView: 40
New GoodyHutTechRefundPercent column is not available via GameInfo but is definitely in the database - this only affects certain tables and it seems to be those used by the PreGame code