chore: 改个任务名防止误解

This commit is contained in:
MistEO
2022-08-31 23:34:24 +08:00
parent fd97c435ec
commit 36fb6128f2
2 changed files with 2 additions and 2 deletions

View File

@@ -6424,7 +6424,7 @@
40
]
},
"BattleUseSkill": {
"BattleUseSkillJustClick": {
"algorithm": "JustReturn",
"rearDelay": 100,
"action": "ClickRect",

View File

@@ -350,7 +350,7 @@ bool asst::RoguelikeBattleTaskPlugin::use_skill(const Rect& rect)
m_ctrler->click(rect);
sleep(Task.get("BattleUseOper")->pre_delay);
ProcessTask task(*this, { "BattleUseSkill" });
ProcessTask task(*this, { "BattleUseSkillJustClick" });
task.set_retry_times(0);
return task.run();
}