feat(Core): Hide Quest Sparkle Config Option (#13005)

This commit is contained in:
ZhengPeiRu21
2022-09-13 18:40:27 -06:00
committed by GitHub
parent 1b0d76e6d2
commit f01459553f
4 changed files with 17 additions and 2 deletions

View File

@@ -2148,6 +2148,14 @@ Visibility.Notify.Period.OnContinents = 1000
Visibility.Notify.Period.InInstances = 1000
Visibility.Notify.Period.InBGArenas = 1000
#
# Visibility.ObjectSparkles
# Description: Whether or not to display sparkles on gameobjects related to active quests.
# Default: 1 - (Show Sparkles)
# 0 - (Hide Sparkles)
Visibility.ObjectSparkles = 1
#
###################################################################################################