mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[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:
parent
1ff51c5326
commit
2399ee22cf
2 changed files with 2 additions and 2 deletions
|
|
@ -622,7 +622,7 @@ void PlayerMenu::SendQuestQueryResponse( Quest const *pQuest )
|
||||||
data << uint32(pQuest->ReqCreatureOrGOId[iI]);
|
data << uint32(pQuest->ReqCreatureOrGOId[iI]);
|
||||||
}
|
}
|
||||||
data << uint32(pQuest->ReqCreatureOrGOCount[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)
|
for (iI = 0; iI < QUEST_OBJECTIVES_COUNT; ++iI)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7307"
|
#define REVISION_NR "7308"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue