aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-19 20:04:56 -0500
committermegamage <none@none>2009-08-19 20:04:56 -0500
commit0fc22d6c1ca230569193e63e513ae21f73b3fcb6 (patch)
tree5902402af8be310145dc63b6ec95c16120afe448 /src
parent7ab81155b447b3df8cfde0d6b5765140a4130d53 (diff)
*Set ReqSourceCount at least 1.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/ObjectMgr.cpp2
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
{