fix: 自动战斗-战斗列表启用时,自动追加摆完挂机选项

close #6507
This commit is contained in:
status102
2023-09-25 11:00:03 +08:00
parent 07b793204e
commit 0dd1405061
3 changed files with 9 additions and 1 deletions

View File

@@ -78,6 +78,11 @@ bool asst::BattleProcessTask::set_stage_name(const std::string& stage_name)
return true;
}
void asst::BattleProcessTask::set_wait_until_end(bool wait_until_end)
{
m_need_to_wait_until_end = wait_until_end;
}
bool asst::BattleProcessTask::to_group()
{
std::unordered_map<std::string, std::vector<std::string>> groups;