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 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d70d1b4a5df..e96791f833d 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7307" + #define REVISION_NR "7308" #endif // __REVISION_NR_H__ -- cgit v1.2.3