Reduce near npc range distance

This commit is contained in:
Yunfan Li
2024-12-10 20:20:19 +08:00
parent 31f82cc322
commit 69fe9a2d81
3 changed files with 26 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ class PlayerbotAI;
class PossibleRpgTargetsValue : public NearestUnitsValue
{
public:
PossibleRpgTargetsValue(PlayerbotAI* botAI, float range = sPlayerbotAIConfig->rpgDistance);
PossibleRpgTargetsValue(PlayerbotAI* botAI, float range = 70.0f);
static std::vector<uint32> allowedNpcFlags;