버그 수정

This commit is contained in:
2019-10-04 16:33:00 +09:00
parent 793ee2acbe
commit 2ff74a2b68
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -1163,7 +1163,7 @@ function checkStatistic() {
$crewtypeHistsStr = join(', ', array_map(function($histPair){
[$histKey, $cnt] = $histPair;
return GameUnitConst::byID($hisKey)->getShortName().'('.$cnt.')';
return GameUnitConst::byID($histKey)->getShortName().'('.$cnt.')';
}, Util::convertDictToArray($crewtypeHists)));
$db->insert('statistic', [