버그 수정

This commit is contained in:
2020-04-21 01:19:24 +09:00
parent 6af3c1d523
commit e229b207c1
8 changed files with 120 additions and 87 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ foreach(GameConst::$allItems as $itemType=>$itemList){
'nationName'=>$general['nationName'],
'name'=>$general['name'],
'bgColor'=>$general['bgColor'],
'fgColor'=>$general['dfColor'],
'fgColor'=>$general['fgColor'],
];
$itemRanker[] = $card;
}