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}"; }