diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 2cb33d0..d45eede 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -6751,6 +6751,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
6751 | packet.QueryReplies[i].ForSale = d.forSale; | 6751 | packet.QueryReplies[i].ForSale = d.forSale; |
6752 | packet.QueryReplies[i].Auction = d.auction; | 6752 | packet.QueryReplies[i].Auction = d.auction; |
6753 | packet.QueryReplies[i].Dwell = d.dwell; | 6753 | packet.QueryReplies[i].Dwell = d.dwell; |
6754 | i++; | ||
6754 | } | 6755 | } |
6755 | 6756 | ||
6756 | OutPacket(packet, ThrottleOutPacketType.Task); | 6757 | OutPacket(packet, ThrottleOutPacketType.Task); |