diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llqueryflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llqueryflags.h b/linden/indra/llmessage/llqueryflags.h index 1d8d500..6740d46 100644 --- a/linden/indra/llmessage/llqueryflags.h +++ b/linden/indra/llmessage/llqueryflags.h | |||
@@ -38,7 +38,7 @@ | |||
38 | const U32 DFQ_PEOPLE = 0x1 << 0; | 38 | const U32 DFQ_PEOPLE = 0x1 << 0; |
39 | const U32 DFQ_ONLINE = 0x1 << 1; | 39 | const U32 DFQ_ONLINE = 0x1 << 1; |
40 | //const U32 DFQ_PLACES = 0x1 << 2; | 40 | //const U32 DFQ_PLACES = 0x1 << 2; |
41 | const U32 DFQ_EVENTS = 0x1 << 3; | 41 | const U32 DFQ_EVENTS = 0x1 << 3; // This is not set by the 1.21 viewer, but I don't know about older versions. JC |
42 | const U32 DFQ_GROUPS = 0x1 << 4; | 42 | const U32 DFQ_GROUPS = 0x1 << 4; |
43 | const U32 DFQ_DATE_EVENTS = 0x1 << 5; | 43 | const U32 DFQ_DATE_EVENTS = 0x1 << 5; |
44 | 44 | ||