Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
ZhengPeiRu21
2022-09-21 09:42:10 -06:00
committed by GitHub
27 changed files with 327 additions and 72 deletions

View File

@@ -868,6 +868,14 @@ StartHeroicPlayerLevel = 55
StartPlayerMoney = 0
#
# StartHeroicPlayerMoney
# Description: Amount of money (in Copper) that heroic class characters have after creation.
# Default: 2000
# 2000 - (20 Silver)
StartHeroicPlayerMoney = 2000
#
# MaxHonorPoints
# Description: Maximum honor points a character can have.
@@ -2156,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
#
###################################################################################################