diff --git a/src/game/GossipDef.cpp b/src/game/GossipDef.cpp index 6ca2be042..830e287aa 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -686,7 +686,7 @@ void PlayerMenu::SendQuestQueryResponse(Quest const* pQuest) data << uint32(pQuest->ReqItemCount[iI]); } - data << uint32(0); // unk1 4.3.4 + data << uint32(0); // unk1 4.3.4 for (iI = 0; iI < QUEST_OBJECTIVES_COUNT; ++iI) data << ObjectiveText[iI]; @@ -703,13 +703,13 @@ void PlayerMenu::SendQuestQueryResponse(Quest const* pQuest) data << uint32(0); } - data << ""; // 4.3.4 4 strings sent, unk - data << ""; - data << ""; - data << ""; + data << ""; // 4.3.4 4 strings sent, unk + data << ""; + data << ""; + data << ""; - data << uint32(0); - data << uint32(0); + data << uint32(0); + data << uint32(0); GetMenuSession()->SendPacket( &data ); DEBUG_LOG("WORLD: Sent SMSG_QUEST_QUERY_RESPONSE questid=%u", pQuest->GetQuestId()); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1c0732146..f0a733034 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0021" + #define REVISION_NR "0022" #endif // __REVISION_NR_H__