chore: fix typos

This commit is contained in:
Horror Proton
2023-01-07 20:30:27 +08:00
parent 18686dbc9b
commit be55fac195
4 changed files with 12 additions and 12 deletions

View File

@@ -322,7 +322,7 @@ bool asst::BattleProcessTask::enter_bullet_time_for_next_action(size_t next_inde
case ActionType::UseSkill:
case ActionType::Retreat:
ret = location.empty() ? click_oper_on_battlefiled(name) : click_oper_on_battlefiled(location);
ret = location.empty() ? click_oper_on_battlefield(name) : click_oper_on_battlefield(location);
break;
default: