1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-11 23:51:47 +08:00

Fix: Duplicate campaign_set_chapter_20241219 calls (#4728)

This commit is contained in:
LmeSzinc
2025-04-15 00:41:45 +08:00
parent 7fea068ee8
commit 2b0020a79b
2 changed files with 3 additions and 0 deletions

View File

@@ -43,5 +43,6 @@ class CampaignBase(CampaignBase_):
else:
logger.warning(f'Stage {chapter}{stage} is not in event_20241024')
self.campaign_ensure_chapter(chapter)
return True
return super().campaign_set_chapter_20241219(chapter, stage, mode)