From 063dcad3a3849521d7200a1c73c556ac817fc148 Mon Sep 17 00:00:00 2001 From: stackpointer Date: Wed, 11 Dec 2013 12:32:18 -0700 Subject: [PATCH] Syntax fix Fixed the syntax. --- Ceg/Ceg/Policies/CEP_Start.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ceg/Ceg/Policies/CEP_Start.sql b/Ceg/Ceg/Policies/CEP_Start.sql index 3ae6617..b3fd1a8 100644 --- a/Ceg/Ceg/Policies/CEP_Start.sql +++ b/Ceg/Ceg/Policies/CEP_Start.sql @@ -22,6 +22,6 @@ SET CulturePerGarrisonedUnit = 1 * CulturePerGarrisonedUnit; UPDATE Buildings SET PolicyBranchType = NULL; -UPDATE Defines SET NUM_POLICY_BRANCHES_ALLOWED = 4; --2 +UPDATE Defines SET Value = 4 WHERE Name = 'NUM_POLICY_BRANCHES_ALLOWED'; --2 -UPDATE LoadedFile SET Value=1 WHERE Type='CEP_Start.sql'; \ No newline at end of file +UPDATE LoadedFile SET Value=1 WHERE Type='CEP_Start.sql';