The following code doesn't appear to be working (Hard to tell with A.I., but some A.I.s have only 2 cities where others have 5, and many civs have no city walls at all mid game so it almost definately is not working)
UPDATE Leader_Flavors SET 'Flavor' = 10 WHERE LeaderType <> 'LEADER_BARBARIAN' and FlavorType = 'FLAVOR_CITY_DEFENSE';
UPDATE Leader_Flavors SET 'Flavor' = 10 WHERE LeaderType <> 'LEADER_BARBARIAN' and FlavorType = 'FLAVOR_EXPANSION';
I haven't done an sql where it needs 2 wheres yet, so I'm really not sure this is even supposed to work.
UPDATE Leader_Flavors SET 'Flavor' = 10 WHERE LeaderType <> 'LEADER_BARBARIAN' and FlavorType = 'FLAVOR_CITY_DEFENSE';
UPDATE Leader_Flavors SET 'Flavor' = 10 WHERE LeaderType <> 'LEADER_BARBARIAN' and FlavorType = 'FLAVOR_EXPANSION';
I haven't done an sql where it needs 2 wheres yet, so I'm really not sure this is even supposed to work.