装备:合成消耗

This commit is contained in:
luying
2021-08-05 14:56:03 +08:00
parent 7a46bc3dec
commit da2a690c82
2 changed files with 3 additions and 1 deletions
@@ -195,6 +195,7 @@ function sortItems(goods: ItemInter[], handleType: HANDLE_REWARD_TYPE) {
let figures: number[] = [];
for(let good of goods) {
if(good.count == 0) continue;
let dicGood = gameData.goods.get(good.id);
if(!dicGood) {
errlogger.error(`物品 ${good.id} 未配置`);