diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-08 04:30:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-08 04:30:01 -0300 |
commit | 4b68c8e639f5daf795bab7595c41fb871dd9fc73 (patch) | |
tree | fd7a977d88efc17d193a1a0600f6b116a3fea948 /db | |
parent | a171635b4d8791c55d6b224b2a4914d1d218d54c (diff) | |
download | serverdata-4b68c8e639f5daf795bab7595c41fb871dd9fc73.tar.gz serverdata-4b68c8e639f5daf795bab7595c41fb871dd9fc73.tar.bz2 serverdata-4b68c8e639f5daf795bab7595c41fb871dd9fc73.tar.xz serverdata-4b68c8e639f5daf795bab7595c41fb871dd9fc73.zip |
Correct Typo on option requeriment.
reroll.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2b3705e90..43b8aab96 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1493,7 +1493,11 @@ item_db: ( Script: <" @type = 3; @rarity=2; - itemheal 0, rand(32,96); + .@val=rand(32,96); + // Re-roll + if (.@val > 64) + .@val=rand(32,96); + itemheal 0, .@val; sc_start SC_ATTHASTE_POTION1, 10000, 3; doevent "rand_sc_heal::OnUse"; "> |