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']){