fix.修复会客室某种线索满了流程出错的问题

This commit is contained in:
MistEO
2022-01-23 02:58:39 +08:00
parent ae94759d78
commit 7040f3ce76
4 changed files with 43 additions and 2 deletions

View File

@@ -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();
}