Core/Misc: Remove custom quest levels in title

This commit is contained in:
Shauren
2020-11-05 19:08:19 +01:00
parent cab4c87d2d
commit 56c097c129
6 changed files with 0 additions and 36 deletions

View File

@@ -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);
}