From c204f36aa71ec662d42debd4a7d6838a4b49197d Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Apr 2018 20:19:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=95=ED=96=89=20=EC=8B=A4=ED=95=B4?= =?UTF-8?q?=ED=95=98=EB=8D=98=20=EA=B2=83=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";