diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5d040c0a..c306e31b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5132,6 +5132,13 @@ constants_db: { LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + comment__: "Language constants" + LANG_EN: 0 + LANG_FR: 1 + LANG_ES: 2 + LANG_DE: 3 + MAX_LANG: 3 + comment__: "Misc settings" CHEST_WAITTIME: 900 // 15 minutes |