aboutsummaryrefslogtreecommitdiff
path: root/src/game/GossipDef.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-20 15:19:14 -0600
committermegamage <none@none>2009-02-20 15:19:14 -0600
commite78a83423772cd0b763068bd3b012c45fbd94e0c (patch)
tree660ef0e9193a7fed0be741f568372f5782837c54 /src/game/GossipDef.cpp
parent01bd4a8121b9ef95bdad313e9dc754eda04b65b1 (diff)
[7308] Send source items (reagents for quest casts/crafting) to client. Author: NoFantasy
--HG-- branch : trunk
Diffstat (limited to 'src/game/GossipDef.cpp')
-rw-r--r--src/game/GossipDef.cpp2
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)