diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 9bcc8e0a28..cb9037a1d4 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -4208,7 +4208,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP public void SendClassifiedInfoReply(UUID classifiedID, UUID creatorID, uint creationDate, uint expirationDate, uint category, string name, string description, UUID parcelID, uint parentEstate, UUID snapshotID, string simName, Vector3 globalPos, string parcelName, byte classifiedFlags, int price) { // fix classifiedFlags maturity - if((classifiedFlags & 0x2e) == 0) // if none + if((classifiedFlags & 0x4e) == 0) // if none classifiedFlags |= 0x4; // pg ClassifiedInfoReplyPacket cr =