From d1c6580c29bd1bd23f61553387ab5d10a55feaf4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 08:13:40 -0300 Subject: Map mask constants --- db/constants.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'db') 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 -- cgit v1.2.3-60-g2f50