allow grinding

This commit is contained in:
Yunfan Li
2023-12-18 17:15:54 +08:00
parent ced051b16c
commit 93cdd79718
4 changed files with 6 additions and 7 deletions

View File

@@ -1491,7 +1491,7 @@ bool MoveRandomAction::Execute(Event event)
bool MoveRandomAction::isUseful()
{
return !AI_VALUE(GuidPosition, "rpg target") && !botAI->HasRealPlayerMaster();
return !AI_VALUE(GuidPosition, "rpg target");
}
bool MoveInsideAction::Execute(Event event)