Small bug fix

This commit is contained in:
Melanie Thielker
2008-10-05 03:01:19 +00:00
parent 13e3ffada3
commit 2cb89124c7

View File

@@ -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);