mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Wrong daily executed count
This commit is contained in:
@@ -196,8 +196,8 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, LoginHandler
|
||||
if self.config.ENABLE_EVENT_AB:
|
||||
from module.event.campaign_ab import CampaignAB
|
||||
az = CampaignAB(self.config, device=self.device)
|
||||
az.run_event_daily()
|
||||
count += 1
|
||||
if az.run_event_daily():
|
||||
count += 1
|
||||
|
||||
if self.config.ENABLE_RAID_DAILY:
|
||||
from module.raid.daily import RaidDaily
|
||||
|
||||
Reference in New Issue
Block a user