🐞 fix(镇念塔): 派遣任务添加参数:刷新次数

This commit is contained in:
luying
2022-11-21 15:07:00 +08:00
parent 111af1b7e9
commit ff10ff4c7d
3 changed files with 3 additions and 3 deletions
@@ -193,7 +193,7 @@ export class TowerBattleHandler {
let refRemainTime = getRemainTime(curTime);
let nextCostGold = getTowerTaskCostGold(newRole.towerTaskReCnt, newRole.towerTaskRefTime);
return resResult(STATUS.SUCCESS, { curTasks: treatTask(curTasks, curTime), costGold, nextCostGold, refRemainTime});
return resResult(STATUS.SUCCESS, { curTasks: treatTask(curTasks, curTime), costGold, nextCostGold, refRemainTime, towerTaskReCnt: newRole.towerTaskReCnt });
}
async sendTaskHero(msg: {batchCode: string, tasks: {taskCode: string, heroes: number[]}[]}, session: BackendSession) {