diff options
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 37241eb1c..ddf9de56a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2263,6 +2263,11 @@ constants_db: { FRAG_HASKEY: 1 FRAG_NEEDSKEY: 2 FRAG_EXPLOREDCAMP: 4 + FRAG_CAMP_01: 8 + FRAG_CAMP_02: 16 + FRAG_CAMP_03: 32 + FRAG_LETTER: 64 + comment__: "Event Feat Constants" EVFEAT_EASTER: 1 |