diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-09-02 22:01:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 22:01:51 +0200 |
commit | eaf8fa75a1c76131ecbf2585db6d6236b7334b8e (patch) | |
tree | 122ce02a369a1631c575efb056a5bada5cf87ff8 /src/server/game/Quests/QuestDef.cpp | |
parent | 6e8284a8da0d80391cc0919c32b5ac664be18de2 (diff) |
Core/Misc: Add support for custom link colors. Clean-up hyperlink validation, no more long-ass defines. Remove UI.ShowQuestLevelsInDialogs.
Diffstat (limited to 'src/server/game/Quests/QuestDef.cpp')
-rw-r--r-- | src/server/game/Quests/QuestDef.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Quests/QuestDef.cpp b/src/server/game/Quests/QuestDef.cpp index 5c10162a903..ee767d034c2 100644 --- a/src/server/game/Quests/QuestDef.cpp +++ b/src/server/game/Quests/QuestDef.cpp @@ -464,9 +464,6 @@ WorldPacket Quest::BuildQueryData(LocaleConstant loc) const response.Info.POIy = GetPOIy(); response.Info.POIPriority = GetPointOpt(); - if (sWorld->getBoolConfig(CONFIG_UI_QUESTLEVELS_IN_DIALOGS)) - Quest::AddQuestLevelToTitle(locQuestTitle, GetQuestLevel()); - response.Info.Title = locQuestTitle; response.Info.Objectives = locQuestObjectives; response.Info.Details = locQuestDetails; |