diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7e6a30625..3a1f70830 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2716,7 +2716,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 55, SC_INCLUK, 20, 30; + callfunc "SC_Bonus", 60, SC_INCLUK, 20, 30; "> }, { @@ -2758,7 +2758,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 55, SC_INCDEX, 20, 30; + callfunc "SC_Bonus", 60, SC_INCDEX, 20, 30; "> }, { @@ -2810,7 +2810,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 55; + @delay = 60; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> @@ -2864,7 +2864,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 55; + @delay = 60; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> @@ -2918,7 +2918,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 55; + @delay = 60; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> |