From 9d8ccc0ecfeb3fdc0d60cacc5d41b2867fb29bf7 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:36:31 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index a91268a..6f32860 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -10,8 +10,8 @@ AiPlayerbot.Enabled = 1 #------------------------------------------------------------------- # randombots (maps: 0=Eastern Kingdoms, 1=Kalimdor, 530=Outland, 571=Northrend) #------------------------------------------------------------------- -AiPlayerbot.MinRandomBots = 3000 -AiPlayerbot.MaxRandomBots = 3000 +AiPlayerbot.MinRandomBots = 3300 +AiPlayerbot.MaxRandomBots = 3300 AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMaxLevel = 60 AiPlayerbot.RandomBotMaxLevelChance = 0.01