From 146e1ff5a381dd4ec86842dc1499ed68e5607eed Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 7 Jun 2025 01:55:53 +0200 Subject: [PATCH] RequireNaxxStrathEntrance = 0 Changed the default to disabled. It can crash the server if some bots aren't attuned this happens when the group is split with a few players in Naxx40 and the rest still in Stratholme and the player then logs out. --- conf/individualProgression.conf.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/individualProgression.conf.dist b/conf/individualProgression.conf.dist index d3228c5..cbe2cad 100644 --- a/conf/individualProgression.conf.dist +++ b/conf/individualProgression.conf.dist @@ -116,10 +116,10 @@ IndividualProgression.HunterPetLevelFix = 1 # before being able to use the teleportation crystal in EPL. This is consistent behavior with other Vanilla raids (MC, BL). # If disabled, players can enter Naxx 40 through the crystal as soon as they are attuned and they have reached the correct # progression level - no Stratholme run will be required. -# Default: 1 - Enabled -# 0 - Disabled +# Default: 0 - Disabled +# 1 - Enabled # -IndividualProgression.RequireNaxxStrathEntrance = 1 +IndividualProgression.RequireNaxxStrathEntrance = 0 # IndividualProgression.MoltenCore.ManualRuneHandling # Description: Defines whether Molten Core runes are handled manually (dousing through Aqual Quintessence)