diff options
Diffstat (limited to 'db')
-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" } |