mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 05:49:41 -04:00
* Fix bug that quest src items not taken from players on completing quest
--HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user