Skip to content
Snippets Groups Projects
Commit 8ffbffa3 authored by Kyle Machulis's avatar Kyle Machulis
Browse files
parent ae588e76
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,9 @@ const U32 DFQ_NAME_SORT = 0x1 << 19; ...@@ -38,6 +38,9 @@ const U32 DFQ_NAME_SORT = 0x1 << 19;
const U32 DFQ_LIMIT_BY_PRICE = 0x1 << 20; const U32 DFQ_LIMIT_BY_PRICE = 0x1 << 20;
const U32 DFQ_LIMIT_BY_AREA = 0x1 << 21; const U32 DFQ_LIMIT_BY_AREA = 0x1 << 21;
const U32 DFQ_FILTER_MATURE = 0x1 << 22;
const U32 DFQ_PG_PARCELS_ONLY = 0x1 << 23;
// Sell Type flags // Sell Type flags
const U32 ST_AUCTION = 0x1 << 1; const U32 ST_AUCTION = 0x1 << 1;
const U32 ST_NEWBIE = 0x1 << 2; const U32 ST_NEWBIE = 0x1 << 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment