From 5362668690a33d2fc675b7573db22ae1c21afa4d Mon Sep 17 00:00:00 2001 From: Revision Date: Thu, 11 Jul 2024 23:50:24 +0200 Subject: [PATCH] Correction for the default value info --- conf/playerbots.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index b81cc222..561bea76 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -136,7 +136,7 @@ AiPlayerbot.AllowSummonInCombat = 1 AiPlayerbot.AllowSummonWhenMasterIsDead = 1 # Enable/Disable summoning bots when they are dead (0 = only when the bots are ghosts, 1 = always) -# default: 1 (enabled) +# default: 1 (always) AiPlayerbot.AllowSummonWhenBotIsDead = 1 # Enable/Disable bot revive when summon (0 = never, 1 = enable when non-combat, 2 = enable always)