0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

修复两人队伍会异常

This commit is contained in:
firedcto@gmail.com 2024-07-29 15:38:57 +08:00
parent 3b53ba742a
commit b8e0a4d9b0

View File

@ -310,7 +310,7 @@ class BaseCombatTask(BaseWWTask, FindFeature, OCR, CombatCheck):
logger.info(f'update char3 to {char.name}')
else:
if len(self.chars) == 3:
self.chars.pop(0)
self.chars = self.chars[:2]
logger.info(f'team size changed to 2')
for char in self.chars: