*A temp fix for the bug that weekly quests can be repeated without any limit.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-17 21:48:19 -05:00
parent 3fab9ff35e
commit bff6fbcf54
3 changed files with 4 additions and 3 deletions

View File

@@ -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))
{