Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab5e30d2d80055ae334bf682b45f7405771a0186)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user