mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-10 16:39:17 +08:00
Fix: Reset GUILD_POPUP_TRIGGERED in campaign object
This commit is contained in:
@@ -179,6 +179,7 @@ class CampaignRun(Reward):
|
|||||||
if self.config.GUILD_POPUP_TRIGGERED:
|
if self.config.GUILD_POPUP_TRIGGERED:
|
||||||
self.handle_guild()
|
self.handle_guild()
|
||||||
self.config.GUILD_POPUP_TRIGGERED = False
|
self.config.GUILD_POPUP_TRIGGERED = False
|
||||||
|
self.campaign.config.GUILD_POPUP_TRIGGERED = False
|
||||||
self.campaign.fleet_checked_reset()
|
self.campaign.fleet_checked_reset()
|
||||||
|
|
||||||
# End
|
# End
|
||||||
|
|||||||
Reference in New Issue
Block a user