*Set ReqSourceCount at least 1.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-19 20:04:56 -05:00
parent 7ab81155b4
commit 0fc22d6c1c

View File

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