mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
Core/Quest: implement Quest Tracker (#1233)
This commit is contained in:
@@ -1230,6 +1230,14 @@ Instance.ResetTimeHour = 4
|
||||
|
||||
Instance.UnloadDelay = 1800000
|
||||
|
||||
#
|
||||
# Quests.EnableQuestTracker
|
||||
# Description: Store datas in the database about quest completion and abandonment to help finding out bugged quests.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Quests.EnableQuestTracker = 0
|
||||
|
||||
#
|
||||
# Quests.LowLevelHideDiff
|
||||
# Description: Level difference between player and quest level at which quests are
|
||||
|
||||
Reference in New Issue
Block a user