mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Remove custom quest levels in title
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user