0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-04-24 08:25:16 +00:00

修复罗蕾莱在第三位时,白天无法自动调整时间的情况

This commit is contained in:
Xinwei 2025-04-20 09:46:31 +08:00
parent 6a2570ea8d
commit 736ed654f2

View File

@ -71,8 +71,8 @@ class FarmWorldBossTask(WWOneTimeTask, BaseCombatTask):
if not in_combat: # try click again
self.walk_until_f(raise_if_not_found=True, time_out=4)
elif boss_name == 'Lorelei':
if count % 6 < 3:
self.change_time_to_night()
# if count % 6 < 3:
self.change_time_to_night()
self.middle_click_relative(0.5, 0.5)
self.sleep(0.4)
self.run_until(self.in_combat, 'w', time_out=5, running=True)