Small bug fix

0.6.0-stable
Melanie Thielker 2008-10-05 03:01:19 +00:00
parent 13e3ffada3
commit 2cb89124c7
1 changed files with 1 additions and 0 deletions

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