Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structure

This commit is contained in:
Shauren
2024-10-31 15:34:57 +01:00
parent 214580d345
commit ab5e30d2d8

View File

@@ -194,8 +194,8 @@ WorldPacket const* QueryQuestInfoResponse::Write()
_worldPacket << BitsSize<10>(Info.PortraitTurnInText);
_worldPacket << BitsSize<8>(Info.PortraitTurnInName);
_worldPacket << BitsSize<11>(Info.QuestCompletionLog);
_worldPacket << Bits<1>(Info.ReadyForTranslation);
_worldPacket << Bits<1>(Info.ResetByScheduler);
_worldPacket << Bits<1>(Info.ReadyForTranslation);
_worldPacket.FlushBits();
for (QuestObjective const& questObjective : Info.Objectives)