From d9fa1c272fc64699c01f994fcda1a317e67c2e40 Mon Sep 17 00:00:00 2001 From: Necrovoice Date: Thu, 22 Dec 2016 14:24:30 -0500 Subject: [PATCH] Minor typo corrected (#184) "explanation" corrected to "exclamation" mark. --- src/game/WorldHandlers/QuestHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/WorldHandlers/QuestHandler.cpp b/src/game/WorldHandlers/QuestHandler.cpp index 9b31467e..94ad5bf4 100644 --- a/src/game/WorldHandlers/QuestHandler.cpp +++ b/src/game/WorldHandlers/QuestHandler.cpp @@ -499,7 +499,7 @@ void WorldSession::HandleQuestPushResult(WorldPacket& recvPacket) } /** - * What - if any - kind of explanation mark or question-mark should a quest-giver display for a player + * What - if any - kind of exclamation mark or question-mark should a quest-giver display for a player * @param pPlayer - for whom * @param questgiver - from whom * @param defstatus - initial set status (usually it will be called with DIALOG_STATUS_NONE) - must not be DIALOG_STATUS_UNDEFINED