summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 21:56:42 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 21:56:42 -0300
commit9ed3fc1f95fe28741686280b1ae7da3b9f9ca403 (patch)
tree7bf34269837c83026f6a57aaae2300fbed806937 /db
parent3f3280f8a70d9fd73e135ac224dbe5e6ee69a606 (diff)
downloadserverdata-9ed3fc1f95fe28741686280b1ae7da3b9f9ca403.tar.gz
serverdata-9ed3fc1f95fe28741686280b1ae7da3b9f9ca403.tar.bz2
serverdata-9ed3fc1f95fe28741686280b1ae7da3b9f9ca403.tar.xz
serverdata-9ed3fc1f95fe28741686280b1ae7da3b9f9ca403.zip
Rewrite weather code for its greatest challenge: Kaflosh
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 97572495..c9e500ee 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4082,15 +4082,15 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
comment__: "map masks"
MASK_NONE: 1
- MASK_MATTACK: 2
- MASK_EVILSANCTUM: 4
+ MASK_UNUSED1: 2
+ MASK_UNUSED2: 4
MASK_NIGHT: 8
MASK_RAIN: 16
MASK_SANDSTORM: 32
MASK_SNOW: 64
MASK_CHRISTMAS: 128
- MASK_AUTUMN: 256
- MASK_UNUSED: 512
+ MASK_UNUSED3: 256
+ MASK_UNUSED4: 512
MASK_SPECIAL: 1024 // Usually a warning sign
MASK_SPECIAL2: 2048
MASK_SPECIAL3: 4096