diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-18 22:25:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-18 22:25:03 -0300 |
commit | 3f222d50f71180ce17c717ebeb4ff240d2359072 (patch) | |
tree | aed01a2a20d66786b1359d0700f19656f8323c49 /npc/025-1 | |
parent | a59d04fa45c14b6f6f674d9ed7411925a6672f91 (diff) | |
download | serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.tar.gz serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.tar.bz2 serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.tar.xz serverdata-3f222d50f71180ce17c717ebeb4ff240d2359072.zip |
Allow Yuko to sell Atropos Mixture as well.
Diffstat (limited to 'npc/025-1')
-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; } |