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.
This commit is contained in:
Grimfeather
2025-06-07 01:55:53 +02:00
committed by GitHub
parent 5647c67aaa
commit 146e1ff5a3

View File

@@ -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)