mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Core/Quests: Split Flags and SpecialFlags
This commit is contained in:
@@ -427,7 +427,7 @@ void WorldSession::HandleQuestLogRemoveQuest(WorldPacket& recvData)
|
||||
|
||||
if (const Quest *quest = sObjectMgr->GetQuestTemplate(questId))
|
||||
{
|
||||
if (quest->HasFlag(QUEST_TRINITY_FLAGS_TIMED))
|
||||
if (quest->HasSpecialFlag(QUEST_SPECIAL_FLAGS_TIMED))
|
||||
_player->RemoveTimedQuest(questId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user