From 7f098db3deb3a792b2b503880c142344ad0b3aa7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 22 Aug 2018 14:18:30 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EB=9E=B5=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_sabotage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process_sabotage.php b/hwe/func_process_sabotage.php index eab109c9..3150f8d5 100644 --- a/hwe/func_process_sabotage.php +++ b/hwe/func_process_sabotage.php @@ -69,7 +69,7 @@ function checkSabotageFailCondition($general, $srcCity, $destCity, $reqGold, $re if(!$destCity){ return '없는 도시입니다.'; } - if(!$general['level'] == 0){ + if($general['level'] == 0){ return '재야입니다.'; } if($srcNationID != $srcCity['nation']){