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
+1 -1
View File
@@ -146,7 +146,7 @@ export async function getTasks(roleId: string) {
let refRemainTime = getRemainTime(curTime);
let nextCostGold = getTowerTaskCostGold(role.towerTaskReCnt, role.towerTaskRefTime);
return { curTasks: treatTask(curTasks, curTime), refRemainTime, nextCostGold, towerTaskReCnt }
return {curTasks: treatTask(curTasks, curTime), refRemainTime, nextCostGold}
}
function treatPreTasks(tasks: TowerTaskRecType[]) {