mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 06:27:20 +08:00
Fix: Unable to exit gacha_flush_queue() when pulling wishing_well
This commit is contained in:
@@ -229,7 +229,7 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
# End, goes back to pool page if clicked with queue empty
|
# End, goes back to pool page if clicked with queue empty
|
||||||
if self.appear(BUILD_SUBMIT_ORDERS):
|
if self.appear(BUILD_SUBMIT_ORDERS) or self.appear(BUILD_SUBMIT_WW_ORDERS):
|
||||||
if confirm_timer.reached():
|
if confirm_timer.reached():
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user