diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 6ddd25341..1712cdd54 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3847,6 +3847,16 @@ constants_db: { SUMMER: 2 AUTUMN: 3 + comment__: "magic subclass" + CL_PALADIN: 1 + CL_TANKER: 2 + CL_BERSEKER: 4 + CL_RANGER: 8 + CL_SNIPER: 16 + CL_WIZARD: 32 + CL_SAGE: 64 + CL_PRIEST: 128 + comment__: "map masks" MASK_NONE: 1 MASK_MATTACK: 2 |