diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 12:27:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 12:27:36 -0300 |
commit | 0d5aea7a6d8cfdc32db34673f92945e4dcbae291 (patch) | |
tree | 3a04eabf8a295e10e4a332d135ade565f7b885d6 /db | |
parent | b5e37e3f33df9068127d8dd5c3e557a71dbc23d2 (diff) | |
download | serverdata-0d5aea7a6d8cfdc32db34673f92945e4dcbae291.tar.gz serverdata-0d5aea7a6d8cfdc32db34673f92945e4dcbae291.tar.bz2 serverdata-0d5aea7a6d8cfdc32db34673f92945e4dcbae291.tar.xz serverdata-0d5aea7a6d8cfdc32db34673f92945e4dcbae291.zip |
Remove some protection, PVP cooldown timers
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5581e6d2b..faa108520 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4442,6 +4442,7 @@ constants_db: { comment__: "Configuration constants" MAX_CYCLE_PC: 40 CHEST_WAITTIME: 900 // 15 minutes + PVP_WAITTIME: 1800 // 30 minutes BCONFN_SPAWN: 70 BCONFD_SPAWN: 100 BCONFN_MOBHP: 100 |