전방 설정을 5개월 내로 변경
This commit is contained in:
@@ -144,7 +144,7 @@ function SetNationFront($nationNo) {
|
|||||||
$db = DB::db();
|
$db = DB::db();
|
||||||
$enemyCities = $db->queryFirstColumn(
|
$enemyCities = $db->queryFirstColumn(
|
||||||
'SELECT city from city where nation IN
|
'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
|
, $nationNo
|
||||||
);
|
);
|
||||||
if($enemyCities) {
|
if($enemyCities) {
|
||||||
|
|||||||
Reference in New Issue
Block a user