Updated to latest PTR build 10747.

This commit is contained in:
tomrus88 2009-11-04 05:19:17 +03:00
parent 2732c33465
commit 9b4a0f3fb1
5 changed files with 12 additions and 5 deletions

View file

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