summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/025-1/yuko.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 915d8b1cb..933f616bf 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -607,7 +607,7 @@ item_db: (
AegisName: "ElixirOfLife"
Name: "Elixir Of Life"
Type: "IT_HEALING"
- Buy: 5000
+ Buy: 50000
Sell: 500
Weight: 20
Refine: false
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt
index ad61472d2..81deb2be9 100644
--- a/npc/025-1/yuko.txt
+++ b/npc/025-1/yuko.txt
@@ -30,14 +30,14 @@ OnInit:
tradertype(NST_MARKET);
sellitem HomunResetPotion, -1, 5;
sellitem PurificationPotion, -1, 20;
- sellitem EmptyBox, -1, 30;
+ sellitem AtroposMixture, -1, 50;
end;
OnClock1149:
OnClock2359:
restoreshopitem HomunResetPotion, 5;
restoreshopitem PurificationPotion, 20;
- restoreshopitem EmptyBox, 30;
+ restoreshopitem AtroposMixture, 50;
end;
}