Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/ab5e30d2d80055ae334bf682b45f7405771a0186)
This commit is contained in:
Hondacrx
2024-11-11 21:14:20 -05:00
parent f2d1a8fb40
commit 37529b12bc
@@ -210,8 +210,8 @@ namespace Game.Networking.Packets
_worldPacket.WriteBits(Info.PortraitTurnInText.GetByteCount(), 10);
_worldPacket.WriteBits(Info.PortraitTurnInName.GetByteCount(), 8);
_worldPacket.WriteBits(Info.QuestCompletionLog.GetByteCount(), 11);
_worldPacket.WriteBit(Info.ReadyForTranslation);
_worldPacket.WriteBit(Info.ResetByScheduler);
_worldPacket.WriteBit(Info.ReadyForTranslation);
_worldPacket.FlushBits();
foreach (QuestObjective questObjective in Info.Objectives)