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

This reverts commit ff10ff4c7d.
This commit is contained in:
luying
2022-11-24 18:59:40 +08:00
parent f1c6a658da
commit 9ae13cbc2b
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, towerTaskReCnt: newRole.towerTaskReCnt });
return resResult(STATUS.SUCCESS, { curTasks: treatTask(curTasks, curTime), costGold, nextCostGold, refRemainTime});
}
async sendTaskHero(msg: {batchCode: string, tasks: {taskCode: string, heroes: number[]}[]}, session: BackendSession) {