mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 05:19:40 -04: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