diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-11 12:02:07 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-11 12:02:07 +0000 |
commit | b9215391c42ea2f3499ea8c89b5798a21fef6c5f (patch) | |
tree | 821d4a2e40a8f13f3e9ba7320d1db4282ef50000 /db/re/item_db.conf | |
parent | a9b39b262745d4190d665a4f7e98c057bf719f7d (diff) | |
download | serverdata-b9215391c42ea2f3499ea8c89b5798a21fef6c5f.tar.gz serverdata-b9215391c42ea2f3499ea8c89b5798a21fef6c5f.tar.bz2 serverdata-b9215391c42ea2f3499ea8c89b5798a21fef6c5f.tar.xz serverdata-b9215391c42ea2f3499ea8c89b5798a21fef6c5f.zip |
fix mouboo steak
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 85836f093..b698ed89b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1668,8 +1668,8 @@ item_db: ( Name: "Mouboo Steak" Type: "IT_HEALING" Buy: 50 - Sell: 25 - Weight: 4 + Sell: 26 + Weight: 250 WeaponLv: 0 EquipLv: 0 Refine: false @@ -1680,9 +1680,9 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; + @min = 250; @max = 400; - @delay = 3; + @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> |