Civic required for corps

MPJB1974

Chieftain
Joined
Nov 22, 2022
Messages
15
Can anyone see why this sql update might not be working ?

UPDATE UnitCommands
SET PrereqCivic = CIVIC_SOCIAL_MEDIA
WHERE CommandType = 'UNITCOMMAND_FORM_CORPS';

UPDATE UnitCommands
SET PrereqCivic = CIVIC_FUTURE_CIVIC
WHERE CommandType = 'UNITCOMMAND_FORM_ARMY';
 
Just as a subset to this (got it working with ' '), I was only able to get half the result I wanted, which was removing the ability to form armies, but to allow buildable armies with appropriate building.

Any idea how this might be achieved?
 
Back
Top Bottom