mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
fix: 刷理智自定义剿灭关卡在特定情况的绑定错误
This commit is contained in:
@@ -738,7 +738,7 @@ public class FightSettingsUserControlModel : TaskSettingsViewModel
|
||||
|
||||
if (task.Stage == "Annihilation" && fight.UseCustomAnnihilation)
|
||||
{
|
||||
task.Stage = AnnihilationStage;
|
||||
task.Stage = fight.AnnihilationStage;
|
||||
}
|
||||
|
||||
if (fight.EnableTargetDrop != false && !string.IsNullOrEmpty(fight.DropId))
|
||||
|
||||
Reference in New Issue
Block a user