전방 설정을 5개월 내로 변경

This commit is contained in:
2018-06-23 04:51:07 +09:00
parent f2664c112b
commit 40494f2cf1
+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) {