diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-18 23:52:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-18 23:52:50 -0300 |
commit | 0a1bef7e0837bb3e0d6a26d27287c413147c41a7 (patch) | |
tree | f671d8e47b5fc8a604c71766ac25fff0b7e70168 /db | |
parent | da76205af451484ca5194f16e857fe294c191457 (diff) | |
download | serverdata-0a1bef7e0837bb3e0d6a26d27287c413147c41a7.tar.gz serverdata-0a1bef7e0837bb3e0d6a26d27287c413147c41a7.tar.bz2 serverdata-0a1bef7e0837bb3e0d6a26d27287c413147c41a7.tar.xz serverdata-0a1bef7e0837bb3e0d6a26d27287c413147c41a7.zip |
Begin 19.0 plot, however the flags you need aren't set yet.
Being pushed early due to _config.txt adjustment.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 20814d94d..37241eb1c 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2259,6 +2259,11 @@ constants_db: { BS_SNEST9: 256 BS_SNESTALL: 511 + comment__: "Fragments Expedition Constants" + FRAG_HASKEY: 1 + FRAG_NEEDSKEY: 2 + FRAG_EXPLOREDCAMP: 4 + comment__: "Event Feat Constants" EVFEAT_EASTER: 1 EVFEAT_VALENTINE: 2 |