v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
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) {