diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index faa108520..1573f4d0f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4445,10 +4445,10 @@ constants_db: { PVP_WAITTIME: 1800 // 30 minutes BCONFN_SPAWN: 70 BCONFD_SPAWN: 100 - BCONFN_MOBHP: 100 - BCONFD_MOBHP: 90 + BCONFN_MOBHP: 100 // TODO: Maybe we don't want this constant? + BCONFD_MOBHP: 85 BCONFB_EXPR: 100 - BCONFN_EXPR: 4 + BCONFN_EXPR: 5 BCONFD_EXPR: 0 BCONFB_DROP: 100 BCONFN_DROP: 7 |