aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Quests/QuestDef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Quests/QuestDef.cpp')
-rw-r--r--src/server/game/Quests/QuestDef.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/server/game/Quests/QuestDef.cpp b/src/server/game/Quests/QuestDef.cpp
index 28685dc58ec..b23c1ae1ff1 100644
--- a/src/server/game/Quests/QuestDef.cpp
+++ b/src/server/game/Quests/QuestDef.cpp
@@ -563,10 +563,3 @@ WorldPacket Quest::BuildQueryData(LocaleConstant loc) const
return *response.Write();
}
-
-void Quest::AddQuestLevelToTitle(std::string& title, int32 level)
-{
- // Adds the quest level to the front of the quest title
- // example: [13] Westfall Stew
- title = Trinity::StringFormat("[%d] %s", level, title);
-}