오탈자 수정

This commit is contained in:
2018-04-19 00:03:46 +09:00
parent 20a475466d
commit 91273522c0
+1 -1
View File
@@ -1708,7 +1708,7 @@ function process_31(&$general) {
$log[] = "<C>●</>{$admin['month']}월:<G><b>{$city['name']}</b></>의 많은 정보를 얻었습니다. <1>$date</>";
$msg[] = "【<S>병종</>】";
foreach($typecount as $crewtype->$cnt){
foreach($typecount as $crewtype=>$cnt){
$crewtypeText = mb_substr(GameUnitConst::byID($crewtype)->name, 0, 2);
$msg[] = "{$crewtypeText}:{$cnt}";
}