mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
allow grinding
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user