diff --git a/src/task/BaseCombatTask.py b/src/task/BaseCombatTask.py index 4eae2bf..54b0c93 100644 --- a/src/task/BaseCombatTask.py +++ b/src/task/BaseCombatTask.py @@ -135,8 +135,7 @@ class BaseCombatTask(BaseWWTask, FindFeature, OCR, CombatCheck): # if time.time() - current_char.last_perform < 0.1: current_char.continues_normal_attack(0.2) logger.warning(f"can't find next char to switch to, performing too fast add a normal attack") - return self.switch_next_char(current_char, post_action=post_action, free_intro=free_intro, - target_low_con=target_low_con) + return current_char.switch_next_char() switch_to.has_intro = has_intro logger.info(f'switch_next_char {current_char} -> {switch_to} has_intro {has_intro}') last_click = 0