From 6f61a7f919a1556048a0d8a435eaab58d1f059bd Mon Sep 17 00:00:00 2001 From: guoh064 <50830808+guoh064@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:23:27 +0800 Subject: [PATCH] Revert "Opt: call cl1 farming when cl1_ap_preserve() works" This reverts commit 549f20debd01ab2c496e9773fbd7bb53ef236360. --- module/os/map.py | 1 - 1 file changed, 1 deletion(-) diff --git a/module/os/map.py b/module/os/map.py index 3d40f5f6a1..67f70eddcf 100644 --- a/module/os/map.py +++ b/module/os/map.py @@ -441,7 +441,6 @@ def cl1_ap_preserve(self): logger.info('Keep 1000 AP when CL1 available') if not self.action_point_check(1000): self.config.opsi_task_delay(cl1_preserve=True) - self.config.task_call('OpsiHazard1Leveling') self.config.task_stop() _auto_search_battle_count = 0