diff --git a/Source/Game/Network/Packets/QueryPackets.cs b/Source/Game/Network/Packets/QueryPackets.cs index fb42794fc..b25d3b79e 100644 --- a/Source/Game/Network/Packets/QueryPackets.cs +++ b/Source/Game/Network/Packets/QueryPackets.cs @@ -409,7 +409,7 @@ namespace Game.Network.Packets } public int MissingQuestCount; - public uint[] MissingQuestPOIs = new uint[100]; + public uint[] MissingQuestPOIs = new uint[125]; } public class QuestPOIQueryResponse : ServerPacket