diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 25b7951ed..8bd5221b6 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4439,6 +4439,16 @@ constants_db: { comment__: "Language function constants" LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + // Language specs + LANG_ENUS: 0 + LANG_FR: 1 + LANG_RU: 2 + LANG_ES: 3 + LANG_PTBR: 4 + LANG_DE: 5 + LANG_PL: 6 + LANG_IT: 7 + LANG_ES: 8 comment__: "Configuration constants" MAX_CYCLE_PC: 40 |