diff options
author | Nay <dnpd.dd@gmail.com> | 2013-01-26 17:48:47 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2013-01-26 17:48:47 +0000 |
commit | 18f5de77c3efb73a781e40a81d3a1438bc1f1b11 (patch) | |
tree | 8b68f8a9c75498e1a5ebf00322793fab985b2867 /src | |
parent | 9812afe08bebc57e84a1df132a05db09dd88b9b0 (diff) |
Core/GossipDef: Fix a build error from 9812afe08be
*slaps MrSmite*
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Entities/Creature/GossipDef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Entities/Creature/GossipDef.cpp b/src/server/game/Entities/Creature/GossipDef.cpp index a26e84a5311..a2305a8a56d 100644 --- a/src/server/game/Entities/Creature/GossipDef.cpp +++ b/src/server/game/Entities/Creature/GossipDef.cpp @@ -720,7 +720,7 @@ void PlayerMenu::SendQuestGiverRequestItems(Quest const* quest, uint64 npcGUID, sLog->outDebug(LOG_FILTER_NETWORKIO, "WORLD: Sent SMSG_QUESTGIVER_REQUEST_ITEMS NPCGuid=%u, questid=%u", GUID_LOPART(npcGUID), quest->GetQuestId()); } -static void PlayerMenu::AddQuestLevelToTitle(std::string &title, int32 level) +void PlayerMenu::AddQuestLevelToTitle(std::string &title, int32 level) { // Adds the quest level to the front of the quest title // example: [13] Westfall Stew |