summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index fb0568acd..4314e1ab9 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1513,10 +1513,10 @@ item_db: (
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 375;
- @max = 910;
+ @max = 710;
@delay = 6;
@type = 1;
- heal 0, rand(40,120);
+ itemheal 0, rand(40,120);
sc_start SC_ATTHASTE_POTION1, 10000, 3;
doevent "rand_sc_heal::OnUse";
">