mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix.修复肉鸽有复活类的收藏品时,战斗失败后卡住的问题
https://github.com/MistEO/MeoAssistantArknights/issues/214
This commit is contained in:
@@ -4835,6 +4835,13 @@
|
||||
167
|
||||
],
|
||||
"next": [
|
||||
"Roguelike1StageTrader",
|
||||
"Roguelike1StageSafeHouse",
|
||||
"Roguelike1StageEncounter",
|
||||
"Roguelike1StageBoons",
|
||||
"Roguelike1StageCambatDps",
|
||||
"Roguelike1StageEmergencyDps",
|
||||
"Roguelike1StageDreadfulFoe",
|
||||
"Roguelike1ClickToStartPoint"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -30,7 +30,8 @@ int main(int argc, char** argv)
|
||||
|
||||
char ch = 0;
|
||||
while (ch != 'q') {
|
||||
AsstAppendRoguelike(ptr, 0);
|
||||
//AsstAppendRoguelike(ptr, 0);
|
||||
AsstAppendDebug(ptr);
|
||||
// AsstAppendStartUp(ptr);
|
||||
//AsstAppendFight(ptr, "CE-5", 0, 0, 99999);
|
||||
// AsstAppendVisit(ptr, true);
|
||||
|
||||
Reference in New Issue
Block a user