1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Fix: Load stage name from config

- Add entrance of event Dreamwakers_Butterfly (event_20200917_cn)
This commit is contained in:
LmeSzinc
2020-09-18 17:30:22 +08:00
parent 3e89e59043
commit 5f7b4ec035
2 changed files with 4 additions and 41 deletions

View File

@@ -635,7 +635,7 @@ class AzurLaneConfig:
# Event
option = config['Event']
self.EVENT_NAME = option['event_name']
self.EVENT_STAGE = option['event_stage']
self.EVENT_STAGE = option['event_stage'].lower()
# Raid
option = config['Raid']