diff options
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1bfdac0de..27f19f6c9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1161,9 +1161,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; - @delay = 3; + @min = 4000; + @max = 12000; + @delay = 30; @type = 1; doevent "rand_sc_heal::OnUse"; "> |