mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
/// When a query has been queued up for execution/is being executed
|
|
#define DB_QUERY_STARTED 0
|
|
/// When a query is finished executing
|
|
#define DB_QUERY_FINISHED 1
|
|
/// When there was a problem with the execution of a query.
|
|
#define DB_QUERY_BROKEN 2
|
|
|
|
///The probability of non-maploaded photos and papers being saved as bottle messages at the end of the round.
|
|
#define MESSAGE_BOTTLE_CHANCE 0.2
|