mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Updated to latest PTR build 10747.
This commit is contained in:
parent
2732c33465
commit
9b4a0f3fb1
5 changed files with 12 additions and 5 deletions
|
|
@ -652,6 +652,7 @@ void PlayerMenu::SendQuestQueryResponse( Quest const *pQuest )
|
|||
}
|
||||
data << uint32(pQuest->ReqCreatureOrGOCount[iI]);
|
||||
data << uint32(pQuest->ReqSourceId[iI]);
|
||||
data << uint32(0); // req source count?
|
||||
}
|
||||
|
||||
for (iI = 0; iI < QUEST_ITEM_OBJECTIVES_COUNT; ++iI)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue