오탈자 수정
This commit is contained in:
@@ -1708,7 +1708,7 @@ function process_31(&$general) {
|
|||||||
$log[] = "<C>●</>{$admin['month']}월:<G><b>{$city['name']}</b></>의 많은 정보를 얻었습니다. <1>$date</>";
|
$log[] = "<C>●</>{$admin['month']}월:<G><b>{$city['name']}</b></>의 많은 정보를 얻었습니다. <1>$date</>";
|
||||||
$msg[] = "【<S>병종</>】";
|
$msg[] = "【<S>병종</>】";
|
||||||
|
|
||||||
foreach($typecount as $crewtype->$cnt){
|
foreach($typecount as $crewtype=>$cnt){
|
||||||
$crewtypeText = mb_substr(GameUnitConst::byID($crewtype)->name, 0, 2);
|
$crewtypeText = mb_substr(GameUnitConst::byID($crewtype)->name, 0, 2);
|
||||||
$msg[] = "{$crewtypeText}:{$cnt}";
|
$msg[] = "{$crewtypeText}:{$cnt}";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user