diff --git a/src/PlayerbotAI.cpp b/src/PlayerbotAI.cpp index e05dfe161..b597f646b 100644 --- a/src/PlayerbotAI.cpp +++ b/src/PlayerbotAI.cpp @@ -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.