1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: event story should check campaign entrance available

This commit is contained in:
2025-03-06 15:01:31 +08:00
parent 9e5056f5c6
commit d92e2280b0
3 changed files with 5 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ class CampaignEvent(CampaignStatus):
"""
if self.appear(CAMPAIGN_MENU_NO_EVENT, offset=(20, 20)):
logger.info('Event unavailable, disable task')
tasks = EVENTS + RAIDS + COALITIONS + GEMS_FARMINGS
tasks = EVENTS + EVENT_STORYS + RAIDS + COALITIONS + GEMS_FARMINGS
self._disable_tasks(tasks)
self.config.task_stop()
else: