fix typo in requested config value

This commit is contained in:
xSparky911x
2024-12-17 03:36:19 -06:00
parent 418a0c4be2
commit e54fc0fb46
3 changed files with 3 additions and 3 deletions

View File

@@ -4203,7 +4203,7 @@ bool PlayerbotAI::AllowActive(ActivityType activityType)
}
// Player is near. Always active.
if (HasPlayerNearby(sPlayerbotAIConfig->BotActiveAloneWhenInRadius))
if (HasPlayerNearby(sPlayerbotAIConfig->BotActiveAloneForceWhenInRadius))
{
return true;
}