diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-15 09:41:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-15 09:41:41 -0300 |
commit | ff5594f2f91332f94265d5126050a416d19ec694 (patch) | |
tree | 50ba7488c8e20b09168a1d566d419877e446a250 /db | |
parent | cd9bc7730c096d3d7d6fe4bbd5cc6d3226df3954 (diff) | |
download | serverdata-ff5594f2f91332f94265d5126050a416d19ec694.tar.gz serverdata-ff5594f2f91332f94265d5126050a416d19ec694.tar.bz2 serverdata-ff5594f2f91332f94265d5126050a416d19ec694.tar.xz serverdata-ff5594f2f91332f94265d5126050a416d19ec694.zip |
Correct candy, at least
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 a439df128..361774e99 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1134,7 +1134,7 @@ item_db: ( AegisName: "Candy" Name: "Candy" Type: "IT_HEALING" - Buy: 50 + Buy: 75 Sell: 25 Weight: 4 Gender: "SEX_ANY" @@ -1148,8 +1148,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; + @min = 24; + @max = 40; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; |