diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/db/constants.conf b/db/constants.conf index f299b2ef0..2bc3649f4 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4441,14 +4441,16 @@ constants_db: { comment__: "Configuration constants" MAX_CYCLE_PC: 40 - BCONFN_SPAWN: 70 - BCONFD_SPAWN: 100 - BCONFN_MOBHP: 100 - BCONFD_MOBHP: 90 - BCONFN_EXPR: 104 - BCONFD_EXPR: 100 - BCONFN_DROP: 107 - BCONFD_DROP: 100 + BCONFN_SPAWN: 70 + BCONFD_SPAWN: 100 + BCONFN_MOBHP: 100 + BCONFD_MOBHP: 90 + BCONFB_EXPR: 100 + BCONFN_EXPR: 4 + BCONFD_EXPR: 0 + BCONFB_DROP: 100 + BCONFN_DROP: 7 + BCONFD_DROP: 0 comment__: "Maze Generator constants" MAZEMAPTYPE_NULL: 0 |