diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-25 16:09:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-25 16:09:10 -0300 |
commit | c15c8067d07085fd95364e4b17892a09f68f4f9c (patch) | |
tree | 42e94963532e02d8578435078264a90984fab2f4 /db | |
parent | 08d5f5a35c6af4e84e98f27e3cb05802b1ec58d4 (diff) | |
download | serverdata-c15c8067d07085fd95364e4b17892a09f68f4f9c.tar.gz serverdata-c15c8067d07085fd95364e4b17892a09f68f4f9c.tar.bz2 serverdata-c15c8067d07085fd95364e4b17892a09f68f4f9c.tar.xz serverdata-c15c8067d07085fd95364e4b17892a09f68f4f9c.zip |
Adjust the difficulty of the Ritual Cave. However, most current players will cheese it.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index e13366cba..d5d98bd16 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2272,7 +2272,7 @@ constants_db: { FRAG_LADDER: 128 comment__: "Rossy Quest Constants" - ROSSY_INSTIME: 1200 // 20 minutes + ROSSY_INSTIME: 900 // 15 minutes ROSSY_QUESTST: 7 // QUEST STate ROSSY_PROLOGUE: 1 ROSSY_CAVE1: 2 |