0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-07 01:15:18 +00:00

修复今汐跳出战斗

This commit is contained in:
firedcto@gmail.com 2024-08-25 18:37:39 +08:00
parent 12adf6dda2
commit f6e4019ba9

View File

@ -61,7 +61,7 @@ class Jinhsi(BaseChar):
start = time.time()
animation_start = 0
last_op = 'resonance'
self.task.in_liberation = False
self.task.in_liberation = True
while True:
if time.time() - start > 6:
self.logger.info(f'handle incarnation too long')