1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 10:18:09 +08:00

Fix: Event daily ab in A4

This commit is contained in:
LmeSzinc
2020-07-18 16:10:09 +08:00
parent ecf313b311
commit d656f6f1bf
2 changed files with 32 additions and 30 deletions

View File

@@ -193,7 +193,9 @@ raid = 2020-01-01_00:00:00
a1 = 2020-01-01_00:00:00 a1 = 2020-01-01_00:00:00
a2 = 2020-01-01_00:00:00 a2 = 2020-01-01_00:00:00
a3 = 2020-01-01_00:00:00 a3 = 2020-01-01_00:00:00
a4 = 2020-01-01_00:00:00
b1 = 2020-01-01_00:00:00 b1 = 2020-01-01_00:00:00
b2 = 2020-01-01_00:00:00 b2 = 2020-01-01_00:00:00
b3 = 2020-01-01_00:00:00 b3 = 2020-01-01_00:00:00
b4 = 2020-01-01_00:00:00

View File

@@ -4,7 +4,7 @@ from module.campaign.run import CampaignRun
from module.logger import logger from module.logger import logger
RECORD_SINCE = (0,) RECORD_SINCE = (0,)
CAMPAIGN_NAME = ['a1', 'a2', 'a3', 'b1', 'b2', 'b3'] CAMPAIGN_NAME = ['a1', 'a2', 'a3', 'a4', 'b1', 'b2', 'b3', 'b4']
class CampaignAB(CampaignRun): class CampaignAB(CampaignRun):