diff options
Diffstat (limited to 'db')
-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 b95bc765e..0a632d566 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1482,11 +1482,11 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 375; - @max = 710; + @min = 300; + @max = 570; @delay = 6; @type = 1; - itemheal 0, rand(40,120); + itemheal 0, rand(32,96); sc_start SC_ATTHASTE_POTION1, 10000, 3; doevent "rand_sc_heal::OnUse"; "> |