Merge pull request #792 from xSparky911x/master

fix typo in requested config value
This commit is contained in:
Yunfan Li
2024-12-17 20:48:12 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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