diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 08:13:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 08:13:40 -0300 |
commit | d1c6580c29bd1bd23f61553387ab5d10a55feaf4 (patch) | |
tree | b928684bf09e3e9d2efa6b1c90faa6b3d8bf492a /db | |
parent | ac88106cecbcf0a7df65eda761282135be182ba7 (diff) | |
download | serverdata-d1c6580c29bd1bd23f61553387ab5d10a55feaf4.tar.gz serverdata-d1c6580c29bd1bd23f61553387ab5d10a55feaf4.tar.bz2 serverdata-d1c6580c29bd1bd23f61553387ab5d10a55feaf4.tar.xz serverdata-d1c6580c29bd1bd23f61553387ab5d10a55feaf4.zip |
Map mask constants
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 2eb6e969d..6839210cd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3847,6 +3847,17 @@ constants_db: { SUMMER: 2 AUTUMN: 3 + comment__: "map masks" + MASK_NONE: 1 + MASK_MATTACK: 2 + MASK_EVILSANCTUM: 4 + MASK_NIGHT: 8 + MASK_RAIN: 16 + MASK_SANDSTORM: 32 + MASK_SNOW: 64 + MASK_RESERVED1: 128 + MASK_RESERVED2: 256 + comment__: "speechflags" S_FIRST_BLANK_LINE: 1 S_LAST_BLANK_LINE: 2 |