diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index c988fa40a..00bf0248d 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4245,6 +4245,13 @@ constants_db: { CRAFT_PLAYER: 8 CRAFT_GUILD: 16 + comment__: "CRAFT Rarity enum" + CRAFT_BASIC: 1 + CRAFT_INTERMEDIARY: 2 + CRAFT_ADVANCED: 4 + CRAFT_EXPERT: 8 + CRAFT_MASTER: 16 + comment__: "Easter eggs enum" EE_NONE: 0 EE_SAXSO: 1 |