diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 2321cecfc..c76c41092 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2307,7 +2307,9 @@ constants_db: { comment__: "Configuration constants" MAX_CYCLE_PC: 40 CHEST_WAITTIME: 900 // 15 minutes - PVP_WAITTIME: 1800 // 30 minutes + PVP_WAITTIME: 1800 // 30 minutes + PCBLOCK_HARD: 255 // Move+Attack+Skill+Item+Chat+Immune+SitStand+Commands + PCBLOCK_SOFT: 47 // Move+Attack+Skill+Item+Immune BCONFN_SPAWN: 70 BCONFD_SPAWN: 100 BCONFN_MOBHP: 95 // TODO: Maybe we don't want this constant? (ie. variable) |