diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/029-0/event.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 670c73c10..141b4c496 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16297,7 +16297,7 @@ item_db: ( AegisName: "Dragonfruit" Name: "Dragonfruit" Type: "IT_HEALING" - Buy: 20000 + Buy: 1200 Sell: 300 Weight: 14 Refine: false diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 72eb9ec52..fa225c95f 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -113,7 +113,7 @@ OnInit: sellitem AnimalBones, -1, rand2(40)+$FIRESOFSTEAM-1; sellitem Milk, -1, rand2(50)+$FIRESOFSTEAM-1; sellitem Mashmallow, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Dragonfruit, -1, rand2(50)+$FIRESOFSTEAM-1; + sellitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; sellitem Root, -1, 40+$FIRESOFSTEAM-1; sellitem ManaPiouFeathers, -1, rand2(300)+$FIRESOFSTEAM-1; @@ -206,7 +206,7 @@ OnClock2201: restoreshopitem AnimalBones, rand2(40)+$FIRESOFSTEAM-1; restoreshopitem Milk, rand2(50)+$FIRESOFSTEAM-1; restoreshopitem Mashmallow, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Dragonfruit, rand2(50)+$FIRESOFSTEAM-1; + restoreshopitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; restoreshopitem Root, 40+$FIRESOFSTEAM-1; restoreshopitem ManaPiouFeathers, rand2(300)+$FIRESOFSTEAM-1; end; |