diff --git a/hwe/func_process.php b/hwe/func_process.php index 92a35660..8e5a5873 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -1590,7 +1590,7 @@ function process_30(&$general) { if($destination == $general['city']){ $log[] = "●{$admin['month']}월:같은 도시입니다. {$destcity['name']}(으)로 강행 실패. <1>$date"; - } elseif(!key_exists($dist[$destination], $dist)) { + } elseif(!key_exists($destination, $dist)) { $log[] = "●{$admin['month']}월:거리가 멉니다. {$destcity['name']}(으)로 강행 실패. <1>$date"; } elseif($general['gold'] < $cost) { $log[] = "●{$admin['month']}월:자금이 부족합니다. {$destcity['name']}(으)로 강행 실패. <1>$date";