日志:修复镶嵌时报错

This commit is contained in:
luying
2022-09-20 17:38:50 +08:00
parent 2b687083de
commit d66de07dc5

View File

@@ -266,7 +266,7 @@ export async function calculateCes(type: HERO_SYSTEM_TYPE, roleId: string, serve
for(let { id, stones } of ePlace) {
if(ePlaceId == id) {
calCe.setJewel(hid, id, stones, curJewel);
ceChangeTxt.push(`武将 ${hid}${ePlaceId} 装备栏的天晶 ${curJewel.id} 装备或洗练或淬炼`);
ceChangeTxt.push(`武将 ${hid}${ePlaceId} 装备栏的天晶 ${curJewel?.id} 装备或洗练或淬炼`);
}
}
calCe.setEquipSuit(hid, skinId, ePlace);