v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit d9e5a8224d - Show all commits
+1 -1
View File
@@ -144,7 +144,7 @@ function SetNationFront($nationNo) {
$db = DB::db();
$enemyCities = $db->queryFirstColumn(
'SELECT city from city where nation IN
(SELECT you from diplomacy where me = %i and (state=0 or (state=1 and term<=3)))'
(SELECT you from diplomacy where me = %i and (state=0 or (state=1 and term<=5)))'
, $nationNo
);
if($enemyCities) {