任务:强化装备至多少级

This commit is contained in:
luying
2022-04-27 11:30:16 +08:00
parent d7bbc07485
commit a7fff6bc3c
5 changed files with 26 additions and 18 deletions
@@ -253,7 +253,7 @@ export class ExpeditionBattleHandler {
await RoleModel.updateRoleInfo(roleId, { warStar: newWarStars });
}
}
await checkTaskInBattleEnd(serverId, roleId, sid, battleId, dbHeroes, star);
await checkTaskInBattleEnd(serverId, roleId, sid, battleId, dbHeroes, star, isSuccess);
return resResult(STATUS.SUCCESS, {
expeditionCode, expeditionId,