werebearstare
Chieftain
- Joined
- Jun 9, 2021
- Messages
- 1
First time creating a mod. Want to make the Liberation War always available. Created my SQL:
UPDATE DiplomacyStatements_DeclareWar SET RequiresOccupiedFriendlyCity=0 WHERE KIND_WAR='LIBERATION_WAR';
Essencially changing that Boolean value to 0 so it can always be done.
When I build the mod though, there is no change. I followed the wiki and thought that I did everything right. Any direction or prompts to a first time modder would be appreciated.
UPDATE DiplomacyStatements_DeclareWar SET RequiresOccupiedFriendlyCity=0 WHERE KIND_WAR='LIBERATION_WAR';
Essencially changing that Boolean value to 0 so it can always be done.
When I build the mod though, there is no change. I followed the wiki and thought that I did everything right. Any direction or prompts to a first time modder would be appreciated.