[7308] Send source items (reagents for quest casts/crafting) to client.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Strange thing happens, years ago it has been added as internal server data field ;)
This commit is contained in:
NoFantasy 2009-02-20 19:20:38 +03:00 committed by VladimirMangos
parent 1ff51c5326
commit 2399ee22cf
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7307"
#define REVISION_NR "7308"
#endif // __REVISION_NR_H__