chore(Conf): Quests.HighLevelHideDiff / Quests.LowLevelHideDiff description

This commit is contained in:
NoxMax
2025-12-28 21:38:28 -07:00
committed by GitHub
parent 0b0d1ab8a7
commit 2d09f2e29a

View File

@@ -2796,8 +2796,7 @@ QuestPOI.Enabled = 1
# Description: Level difference between player and quest level at which quests are
# considered low-level and are not shown via exclamation mark (!) at quest
# givers.
# Default: 4 - (Enabled, Hide quests that have 4 levels less than the character)
# -1 - (Disabled, Show all available quest marks)
# Default: 4 - (Enabled, Hide quests that are more than 4 levels lower than the character)
Quests.LowLevelHideDiff = 4
@@ -2806,8 +2805,7 @@ Quests.LowLevelHideDiff = 4
# Description: Level difference between player and quest level at which quests are
# considered high-level and are not shown via exclamation mark (!) at quest
# givers.
# Default: 7 - (Enabled, Hide quests that have 7 levels more than the character)
# -1 - (Disabled, Show all available quest marks)
# Default: 7 - (Enabled, Hide quests that are more than 7 levels higher than the character)
Quests.HighLevelHideDiff = 7