mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Upd: Lock OpsiMonthBoss from EN/TW before assets update
This commit is contained in:
@@ -76,6 +76,12 @@ class OSCampaignRun(OSMapOperation):
|
|||||||
self.config.opsi_task_delay(ap_limit=True)
|
self.config.opsi_task_delay(ap_limit=True)
|
||||||
|
|
||||||
def opsi_month_boss(self):
|
def opsi_month_boss(self):
|
||||||
|
if self.config.SERVER in ['en', 'tw']:
|
||||||
|
logger.info(f'OpsiMonthBoss is not supported in {self.config.SERVER},'
|
||||||
|
' please contact server maintainers')
|
||||||
|
self.config.task_delay(server_update=True)
|
||||||
|
self.config.task_stop()
|
||||||
|
return
|
||||||
try:
|
try:
|
||||||
self.load_campaign()
|
self.load_campaign()
|
||||||
self.campaign.clear_month_boss()
|
self.campaign.clear_month_boss()
|
||||||
|
|||||||
Reference in New Issue
Block a user