Skip to content

Commit

Permalink
Update explore_normal_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying authored Feb 4, 2024
1 parent 703a00b commit 3fc7f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/explore_normal_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def implement(self):
choose_region(self, region)
self.stage_data = get_stage_data(region)
for k in range(0, 5):
mission = calc_need_fight_stage(self, region, self.config['explore_norma_task_force_sss'])
mission = calc_need_fight_stage(self, region, self.config['explore_normal_task_force_sss'])
if mission == "ALL MISSION SWEEP AVAILABLE":
self.logger.critical("ALL MISSION AVAILABLE TO SWEEP")
normal_task.to_normal_event(self, True)
Expand Down

0 comments on commit 3fc7f4f

Please sign in to comment.