AIMilitaryStrategy_Flavors?

Thalassicus

Bytes and Nibblers
Joined
Nov 9, 2005
Messages
11,057
Location
Texas
Some of my pre-G&K code made changes to the AIMilitaryStrategy_Flavors table. When I ported this over to my current mod I got these errors in database.log:

Code:
[5824.905] no such table: AIMilitaryStrategy_Flavors
I checked the Civ 5 game files and those tables still exist. I don't think I've encountered a problem like this before. Does anyone know what I might have done wrong?
 
I checked it in the SQLite Manager, and this table doesn't exist indeed.

The following tables related to military strategies exist:

AIMilitaryStrategies
AIMilitaryStrategy_Player_Flavors
AIMilitaryStrategy_City_Flavors
AIMilitaryStrategy_PersonalityFlavorThresholdMods

They are all defined in the G&K version of CIV5AIMilitaryStrategies.xml.

(The AIMilitaryStrategy_Flavors table exists in the vanilla version of CIV5AIMilitaryStrategies.xml, but not in the G&K version.)
 
Back
Top Bottom