diff options
author | megamage <none@none> | 2009-08-19 20:04:56 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-19 20:04:56 -0500 |
commit | 0fc22d6c1ca230569193e63e513ae21f73b3fcb6 (patch) | |
tree | 5902402af8be310145dc63b6ec95c16120afe448 /src/game/ObjectMgr.cpp | |
parent | 7ab81155b447b3df8cfde0d6b5765140a4130d53 (diff) |
*Set ReqSourceCount at least 1.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 891b088baf2..5380d2a090f 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -3764,6 +3764,8 @@ void ObjectMgr::LoadQuests() qinfo->GetQuestId(),j+1,id,id); // no changes, quest can't be done for this requirement } + else if(!qinfo->ReqSourceCount[j]) + qinfo->ReqSourceCount[j] = 1; } else { |