diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-06 12:24:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-06 12:24:25 -0300 |
commit | 0e9b48607b0535d73630c84616c9a0003d6ef40d (patch) | |
tree | b12656a0e3a8214edc08438b7e8c878ec4a56192 /conf/map/battle/drops.conf | |
parent | c03262f999d8916c5d1fe45cdf8c046fcba5c7ef (diff) | |
download | serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.gz serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.bz2 serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.xz serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.zip |
Missing cleanup at fishing. Item on floor last longer.
Diffstat (limited to 'conf/map/battle/drops.conf')
-rw-r--r-- | conf/map/battle/drops.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index aff592dc5..d88de95ba 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -34,7 +34,7 @@ item_auto_get: false // How long does it take for an item to disappear from the floor after it is dropped? (in milliseconds) -flooritem_lifetime: 60000 +flooritem_lifetime: 180000 // Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) item_first_get_time: 5000 |