mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 23:51:30 +08:00
Fix: Prevent repeated ShipYard runs
This commit is contained in:
@@ -1481,12 +1481,14 @@
|
||||
"ShipyardDr": {
|
||||
"ResearchSeries": 2,
|
||||
"ShipIndex": 0,
|
||||
"BuyAmount": 2
|
||||
"BuyAmount": 2,
|
||||
"LastRun": "2020-01-01 00:00:00"
|
||||
},
|
||||
"Shipyard": {
|
||||
"ResearchSeries": 1,
|
||||
"ShipIndex": 0,
|
||||
"BuyAmount": 2
|
||||
"BuyAmount": 2,
|
||||
"LastRun": "2020-01-01 00:00:00"
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {}
|
||||
|
||||
Reference in New Issue
Block a user