mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Handle random battle status detection error
This commit is contained in:
@@ -255,10 +255,10 @@ class Combat(Combat_, MapEventHandler):
|
||||
if self.is_combat_executing():
|
||||
continue
|
||||
if self.handle_auto_search_battle_status():
|
||||
success = False
|
||||
success = None
|
||||
continue
|
||||
if self.handle_auto_search_exp_info():
|
||||
success = False
|
||||
success = None
|
||||
continue
|
||||
if self.handle_map_event():
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user