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

This commit is contained in:
Rochet2
2016-09-09 22:11:36 +03:00
committed by Aokromes
parent dc4657218e
commit 19ed813f6b
6 changed files with 15 additions and 5 deletions

View File

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