mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix.修复会客室某种线索满了流程出错的问题
This commit is contained in:
@@ -44,7 +44,7 @@ bool asst::InfrastReceptionTask::close_end_of_clue_exchange()
|
||||
|
||||
bool asst::InfrastReceptionTask::get_clue()
|
||||
{
|
||||
ProcessTask task_temp(*this, { "InfrastClueSelfNew", "InfrastClueFriendNew", "ReceptionFlag" });
|
||||
ProcessTask task_temp(*this, { "InfrastClueSelfNew", "InfrastClueFriendNew", "InfrastClueSelfMaybeFull", "ReceptionFlag" });
|
||||
return task_temp.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user