Can't insert any traits on CivilizationTraits

gelodgreat

Prince
Joined
Oct 23, 2015
Messages
465
Location
Manila, Philippines
Can anyone help me to fix this?

I tried doing this but it's not working

INSERT INTO CivilizationTraits
(CivilizationType,TraitType)
VALUES
('CIVILIZATION_JAPAN', 'TRAIT_CIVILIZATION_ADJACENT_DISTRICTS'),
('CIVILIZATION_JAPAN','TRAIT_CIVILIZATION_ALL_ROADS_TO_ROME');
 
how and where did you place this code?

is the file being loaded into the game's database ?

are you getting syntax errors being reported in Database.log ? If so, do any of the time-stamps on these error messages align closely to an error message in Modding.log ? Is the error (if any) in Modding.log pointing to your SQL file ?
 
Back
Top Bottom