mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 17:55:56 +08:00
Fix: Handle info_bar when get ship in Launch Ceremony commissions
This commit is contained in:
@@ -664,6 +664,9 @@ class RewardCommission(UI, InfoHandler):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
self.ui_goto(page_commission, skip_first_screenshot=True)
|
self.ui_goto(page_commission, skip_first_screenshot=True)
|
||||||
|
# info_bar appears when get ship in Launch Ceremony commissions
|
||||||
|
# This is a game bug, the info_bar shows get ship, will appear over and over again, until you click get_ship.
|
||||||
|
self.handle_info_bar()
|
||||||
|
|
||||||
self.commission_start()
|
self.commission_start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user