fix: 因延迟进入线索传递界面导致任务出错

fix #14992
This commit is contained in:
uye
2025-12-10 02:32:09 +08:00
parent 18c0fd6be7
commit 41572b1834

View File

@@ -209,7 +209,7 @@ bool asst::InfrastReceptionTask::send_clue()
{
// 优先检测是否存在“快捷传递重复线索”按钮(官服特性),若存在则点击一次
ProcessTask task(*this, { "SendClues" });
return task.run();
return task.set_retry_times(20).run();
}
bool asst::InfrastReceptionTask::shift()