Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hermensbas committed Oct 7, 2024
1 parent dcd95de commit c48dde3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PlayerbotAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4180,6 +4180,8 @@ ActivePiorityType PlayerbotAI::GetPriorityType(ActivityType activityType)
if (HasManyPlayersNearby())
return ActivePiorityType::IN_ACTIVE_AREA;
}

return ActivePiorityType::IN_ACTIVE_AREA;
}

// Returns the lower and upper bracket for bots to be active.
Expand Down

0 comments on commit c48dde3

Please sign in to comment.