diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 15:02:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 15:02:13 -0300 |
commit | 65b6af61e511f0782d49e96daae27872331ed7fe (patch) | |
tree | 09f2a13838eea804272787a2c3bd47a671007a69 /db | |
parent | c7646d6ede8d7ab2dbb2beb9b09b9c049874f8a0 (diff) | |
download | serverdata-65b6af61e511f0782d49e96daae27872331ed7fe.tar.gz serverdata-65b6af61e511f0782d49e96daae27872331ed7fe.tar.bz2 serverdata-65b6af61e511f0782d49e96daae27872331ed7fe.tar.xz serverdata-65b6af61e511f0782d49e96daae27872331ed7fe.zip |
Remove Russian and reorder languages.
New order is: EN/BR/FR/DE/ES
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/constants.conf b/db/constants.conf index 58cca32a7..d6a93a8d1 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4439,14 +4439,14 @@ 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 - MAX_LANG: 5 + LANG_PTBR: 1 + LANG_FR: 2 + LANG_DE: 3 + LANG_ES: 4 + MAX_LANG: 4 comment__: "Configuration constants" MAX_CYCLE_PC: 40 |