fix: 修复 刷理智-指定材料 选项取消无效的问题

fix #7302
This commit is contained in:
zzyyyl
2023-11-14 21:20:09 +08:00
parent 9e6ceab9a6
commit 5dc4fefff9

View File

@@ -82,6 +82,9 @@ bool asst::FightTask::set_params(const json::value& params)
}
m_stage_drops_plugin_ptr->set_specify_quantity(drops);
}
else {
m_stage_drops_plugin_ptr->set_specify_quantity({});
}
if (!m_running) {
if (stage.empty()) {