* Fix bug that quest src items not taken from players on completing quest

--HG--
branch : trunk
This commit is contained in:
Biglad
2009-09-09 12:42:05 +01:00
parent ea929f5880
commit b2f770cdb2

View File

@@ -13167,7 +13167,7 @@ void Player::RewardQuest( Quest const *pQuest, uint32 reward, Object* questGiver
DestroyItemCount( pQuest->ReqItemId[i], pQuest->ReqItemCount[i], true);
}
//TakeQuestSourceItem() ?
TakeQuestSourceItem(quest_id, true); // take quest src item from player on completing quest
for(uint8 i = 0; i < QUEST_SOURCE_ITEM_IDS_COUNT; ++i)
{