From e78a83423772cd0b763068bd3b012c45fbd94e0c Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 20 Feb 2009 15:19:14 -0600 Subject: [7308] Send source items (reagents for quest casts/crafting) to client. Author: NoFantasy --HG-- branch : trunk --- src/game/GossipDef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/GossipDef.cpp') diff --git a/src/game/GossipDef.cpp b/src/game/GossipDef.cpp index 8f810d6355b..713dbc69b19 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -624,7 +624,7 @@ void PlayerMenu::SendQuestQueryResponse( Quest const *pQuest ) data << uint32(pQuest->ReqCreatureOrGOId[iI]); } data << uint32(pQuest->ReqCreatureOrGOCount[iI]); - data << uint32(0); // added in WotLK, dunno if offset if correct + data << uint32(pQuest->ReqSourceId[iI]); } for (iI = 0; iI < QUEST_OBJECTIVES_COUNT; ++iI) -- cgit v1.2.3