From 3f222d50f71180ce17c717ebeb4ff240d2359072 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Feb 2021 22:25:03 -0300 Subject: Allow Yuko to sell Atropos Mixture as well. --- npc/025-1/yuko.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2