aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-17 21:48:19 -0500
committermegamage <none@none>2009-06-17 21:48:19 -0500
commitbff6fbcf54361dd67a897a59a335cdd037e030dd (patch)
tree1bf4cff97e1798a5aeaa35d141ca36cab0153a03 /src/game/ObjectMgr.cpp
parent3fab9ff35e1d8a80872223e05655d04d7f56945c (diff)
*A temp fix for the bug that weekly quests can be repeated without any limit.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index 31c0723869d..c088bc66c9f 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -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))
{