diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 23:42:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 23:42:57 -0300 |
commit | 8ca983615194eebee04581c2a721510d7cbb230a (patch) | |
tree | a3294a9fa723345afbfcab54290b5799ce2725f8 /db/constants.conf | |
parent | 6c2eb4d10b18a7488c17b6d05b5fb75046eb2267 (diff) | |
download | serverdata-8ca983615194eebee04581c2a721510d7cbb230a.tar.gz serverdata-8ca983615194eebee04581c2a721510d7cbb230a.tar.bz2 serverdata-8ca983615194eebee04581c2a721510d7cbb230a.tar.xz serverdata-8ca983615194eebee04581c2a721510d7cbb230a.zip |
Lufix template
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 820356e51..95b3bc3e3 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3841,6 +3841,12 @@ constants_db: { RIGHT: 6 DOWNRIGHT: 7 + comment__: "seasons" + WINTER: 0 + SPRING: 1 + SUMMER: 2 + AUTUMN: 3 + comment__: "speechflags" S_FIRST_BLANK_LINE: 1 S_LAST_BLANK_LINE: 2 |