mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
*A temp fix for the bug that weekly quests can be repeated without any limit.
--HG-- branch : trunk
This commit is contained in:
@@ -3465,7 +3465,7 @@ void ObjectMgr::LoadQuests()
|
||||
qinfo->QuestFlags &= QUEST_TRINITY_FLAGS_DB_ALLOWED;
|
||||
}
|
||||
|
||||
if(qinfo->QuestFlags & QUEST_FLAGS_DAILY)
|
||||
if(qinfo->QuestFlags & (QUEST_FLAGS_DAILY | QUEST_FLAGS_WEEKLY))
|
||||
{
|
||||
if(!(qinfo->QuestFlags & QUEST_TRINITY_FLAGS_REPEATABLE))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user