diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 17:23:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 17:23:47 -0300 |
commit | 8d7e1b5ac4ec9b0316275f847c298696158e657c (patch) | |
tree | 86ce6697fda760098e1a82b2df67dfac6bff82da /db/re/item_db.conf | |
parent | d05bcdbeaa7fa0a4f5996be43d0559a09d3c1157 (diff) | |
download | serverdata-8d7e1b5ac4ec9b0316275f847c298696158e657c.tar.gz serverdata-8d7e1b5ac4ec9b0316275f847c298696158e657c.tar.bz2 serverdata-8d7e1b5ac4ec9b0316275f847c298696158e657c.tar.xz serverdata-8d7e1b5ac4ec9b0316275f847c298696158e657c.zip |
Make Sacred Potions last 2 minutes instead of 1m30s
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4a95b0944..b2b13f421 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3028,7 +3028,7 @@ item_db: ( Script: <" @min = 10; @max = 10; - @delay = 90; + @delay = 120; @type = SC_INCMHPRATE; doevent "inc_sc_bonus::OnUse"; "> @@ -3046,7 +3046,7 @@ item_db: ( Script: <" @min = 10; @max = 10; - @delay = 90; + @delay = 120; @type = SC_INCMSPRATE; doevent "inc_sc_bonus::OnUse"; "> |