feat(Core): Hide Game Object Quest Markers Config Option (#13013)

This commit is contained in:
ZhengPeiRu21
2022-09-21 06:29:54 -06:00
committed by GitHub
parent 7a137767fa
commit dfa49e9433
4 changed files with 15 additions and 1 deletions

View File

@@ -2164,6 +2164,14 @@ Visibility.Notify.Period.InBGArenas = 1000
Visibility.ObjectSparkles = 1
#
# Visibility.ObjectQuestMarkers
# Description: Show quest icons above game objects in the same way as creature quest givers.
# Default: 1 - (Show quest markers, post patch 2.3 behavior)
# 0 - (Hide quest markers, pre patch 2.3 behavior)
Visibility.ObjectQuestMarkers = 1
#
###################################################################################################