diff --git a/src/MaaCore/Task/Interface/FightTask.cpp b/src/MaaCore/Task/Interface/FightTask.cpp index 6f0076b009..1f33e4c0b7 100644 --- a/src/MaaCore/Task/Interface/FightTask.cpp +++ b/src/MaaCore/Task/Interface/FightTask.cpp @@ -50,7 +50,7 @@ asst::FightTask::FightTask(const AsstCallback& callback, Assistant* inst) m_stage_drops_plugin_ptr->set_retry_times(0); m_dr_grandet_task_plugin_ptr = m_fight_task_ptr->register_plugin(); m_dr_grandet_task_plugin_ptr->set_enable(false); - m_fight_task_ptr->register_plugin(); + m_fight_task_ptr->register_plugin()->set_retry_times(3); m_fight_task_ptr->register_plugin(); m_medicine_plugin = m_fight_task_ptr->register_plugin();