From 40494f2cf1cc9ec697179443b867d1a2f78a2b61 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 23 Jun 2018 04:51:07 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EB=B0=A9=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=9D=84=205=EA=B0=9C=EC=9B=94=20=EB=82=B4=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 6622e207..39fad85f 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -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) {