diff options
Diffstat (limited to 'npc/025-1/yuko.txt')
-rw-r--r-- | npc/025-1/yuko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |