From 91273522c0fd137b10118d60b4449b4384d23f81 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 00:03:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=88=EC=9E=90=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 30209b1e..12c049b1 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -1708,7 +1708,7 @@ function process_31(&$general) { $log[] = "●{$admin['month']}월:{$city['name']}의 많은 정보를 얻었습니다. <1>$date"; $msg[] = "【병종】"; - foreach($typecount as $crewtype->$cnt){ + foreach($typecount as $crewtype=>$cnt){ $crewtypeText = mb_substr(GameUnitConst::byID($crewtype)->name, 0, 2); $msg[] = "{$crewtypeText}:{$cnt}"; }