diff options
Diffstat (limited to 'src/game/GossipDef.cpp')
-rw-r--r-- | src/game/GossipDef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |