diff --git a/game-server/app/services/equipService.ts b/game-server/app/services/equipService.ts index 2414550fd..56cd99f5c 100644 --- a/game-server/app/services/equipService.ts +++ b/game-server/app/services/equipService.ts @@ -38,6 +38,8 @@ export function checkMaterialEnough(consumes: Array<{ id: number, count: number delete comJewelMap[id]; if (!!jewelInfo.specialCount) needConsumes.push({ count: jewelInfo.specialCount * comcount, id: jewelInfo.nextSpecialId });//消耗中曾加合成下一级需要的特殊消耗物品的数量 + id = jewelInfo.nextJewelId; + jewelInfo = getJewelById(jewelInfo.nextJewelId); } }