mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Player: Split RemoveQuest into 2 separate functions
--HG-- branch : trunk
This commit is contained in:
@@ -142,7 +142,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
player->RemoveQuest(entry);
|
||||
player->RemoveActiveQuest(entry);
|
||||
player->RemoveRewardedQuest(entry);
|
||||
|
||||
handler->SendSysMessage(LANG_COMMAND_QUEST_REMOVED);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user