Core/Scripts: Enhance quest status hook by making it catch more status changes (#17865)

(cherry picked from commit c52566a888)
This commit is contained in:
Rochet2
2016-09-09 22:11:36 +03:00
committed by joschiwald
parent 9710c808d7
commit 117b45d768
6 changed files with 15 additions and 5 deletions

View File

@@ -146,6 +146,8 @@ public:
player->RemoveActiveQuest(entry, false);
player->RemoveRewardedQuest(entry);
sScriptMgr->OnQuestStatusChange(player, entry);
handler->SendSysMessage(LANG_COMMAND_QUEST_REMOVED);
return true;
}