diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 2cb33d0e7f..d45eede2fd 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -6751,6 +6751,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP packet.QueryReplies[i].ForSale = d.forSale; packet.QueryReplies[i].Auction = d.auction; packet.QueryReplies[i].Dwell = d.dwell; + i++; } OutPacket(packet, ThrottleOutPacketType.Task);