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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user