✨ feat(远征): 跨关卡保留盾

This commit is contained in:
luying
2023-09-04 12:03:16 +08:00
parent a44edd2746
commit 9b391ef61f
3 changed files with 11 additions and 9 deletions
@@ -53,7 +53,7 @@ export async function getExpeditionStatus(roleId: string, roleName: string, isEn
curLv,
expeditionWarRecord,
pointRewards,
heroes: heroes.map(cur => { return { "dataId": cur.seqId, "hp": cur.hp, "ap": cur.ap, "shield": cur.shield || 0} }),
heroes: heroes.map(cur => { return { "dataId": cur.seqId, "hp": cur.hp, "ap": cur.ap, "shield": cur.shield || 0, "others": cur.others || ''} }),
resetCnt
}
}