1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 02:53:44 +08:00

Fix: Wrong spawn data in D1

This commit is contained in:
LmeSzinc
2020-08-21 04:55:48 +08:00
parent 1895d298dd
commit 7f35bd83e5

View File

@@ -31,7 +31,8 @@ MAP.spawn_data = [
{'battle': 1, 'enemy': 1},
{'battle': 2, 'enemy': 2},
{'battle': 3, 'enemy': 1},
{'battle': 4, 'enemy': 2},
# Extract: {'battle': 4, 'enemy': 2},
{'battle': 4, 'enemy': 1},
{'battle': 5, 'enemy': 1, 'boss': 1},
]
A1, B1, C1, D1, E1, F1, G1, H1, I1, \