Skip to content

Commit

Permalink
Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Oct 31, 2024
1 parent 214580d commit ab5e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Server/Packets/QuestPackets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ab5e30d

Please sign in to comment.