diff options
author | Reid <reidyaro@gmail.com> | 2016-11-17 09:30:33 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-11-17 09:31:18 +0100 |
commit | b14cc0162d254793a65c5bff3ee7774c481927f7 (patch) | |
tree | 0477cfed0b0d35a075835486595a679ae56c1c19 /db/constants.conf | |
parent | e0f9a1490c524532f452dcb6891f6a434c4ee08d (diff) | |
download | serverdata-b14cc0162d254793a65c5bff3ee7774c481927f7.tar.gz serverdata-b14cc0162d254793a65c5bff3ee7774c481927f7.tar.bz2 serverdata-b14cc0162d254793a65c5bff3ee7774c481927f7.tar.xz serverdata-b14cc0162d254793a65c5bff3ee7774c481927f7.zip |
Add language selection into its own function,
Add Esperento on the fly.
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 8b2c8491..26c1399a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3888,5 +3888,9 @@ constants_db: { E_METAL: 127 E_CRYING: 128 + comment__: "Language function constants" + LANG_ON_SEA: 1 + LANG_IN_SHIP: 2 + @include "conf/import/constants.conf" } |