diff --git a/src/game/GossipDef.cpp b/src/game/GossipDef.cpp index e1fad9ef9..fe5d764dc 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -622,7 +622,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 d70d1b4a5..e96791f83 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__