mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Default of _fortress_data (#620)
This commit is contained in:
parent
266365f140
commit
2ccecbaa7a
@ -20,7 +20,7 @@ class CampaignMap:
|
||||
self._land_based_data = []
|
||||
self._maze_data = []
|
||||
self.maze_round = 9
|
||||
self._fortress_data = []
|
||||
self._fortress_data = [(), ()]
|
||||
self._spawn_data = []
|
||||
self._spawn_data_stack = []
|
||||
self._spawn_data_loop = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user