mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 15:47:04 +01:00
Core/Scripts: Enhance quest status hook by making it catch more status changes (#17865)
This commit is contained in:
@@ -143,6 +143,8 @@ public:
|
||||
player->RemoveActiveQuest(entry, false);
|
||||
player->RemoveRewardedQuest(entry);
|
||||
|
||||
sScriptMgr->OnQuestStatusChange(player, entry);
|
||||
|
||||
handler->SendSysMessage(LANG_COMMAND_QUEST_REMOVED);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user