diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-04 12:18:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-04 12:18:39 -0300 |
commit | 4f122ca03afb9530d5e60798e3d3948c57bafd64 (patch) | |
tree | 4b74001446ebc161c0f664143bd9a610b6d15c3b /db/re/item_db.conf | |
parent | 175fade1d784ee3d6e9c47f4c52c97c67c761263 (diff) | |
download | serverdata-4f122ca03afb9530d5e60798e3d3948c57bafd64.tar.gz serverdata-4f122ca03afb9530d5e60798e3d3948c57bafd64.tar.bz2 serverdata-4f122ca03afb9530d5e60798e3d3948c57bafd64.tar.xz serverdata-4f122ca03afb9530d5e60798e3d3948c57bafd64.zip |
Improve Move Speed Potion duration from 15~30s to 45~60s
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ce0a6dd85..74052d413 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2661,7 +2661,7 @@ item_db: ( Script: <" @min = 150; @max = 150; - @delay = rand(15,30); + @delay = rand(45,60); @type = SC_WALKSPEED; doevent "inc_sc_bonus::OnUse"; "> |