mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-14 02:41:11 +08:00
Fix: Wishing pool no longer shows coins (#2631)
This commit is contained in:
@@ -234,6 +234,11 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
|||||||
if confirm_timer.reached():
|
if confirm_timer.reached():
|
||||||
break
|
break
|
||||||
|
|
||||||
|
# Wishing pool no longer shows coins, go back to normal pools
|
||||||
|
if self.appear(BUILD_SUBMIT_WW_ORDERS):
|
||||||
|
logger.info('In wishing pool, go back to normal pools')
|
||||||
|
self.gacha_side_navbar_ensure(upper=1)
|
||||||
|
|
||||||
def gacha_submit(self, skip_first_screenshot=True):
|
def gacha_submit(self, skip_first_screenshot=True):
|
||||||
"""
|
"""
|
||||||
Pages:
|
Pages:
|
||||||
|
|||||||
Reference in New Issue
Block a user