diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 5d9b63d08..57f83fe51 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -65,7 +65,7 @@ OnInit: tradertype(NST_MARKET); sellitem LeatherShirt, 120000, 1; - sellitem ShortTankTop, 80000, 1; + sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; sellitem RoastedMaggot, -1, 2; sellitem Arrow, -1, rand(10000,30000); @@ -78,7 +78,7 @@ OnInit: OnClock2359: restoreshopitem LeatherShirt, 120000, 1; restoreshopitem TrainingBow, 990, 2; - restoreshopitem ShortTankTop, 80000, 1; + restoreshopitem ShortTankTop, 8000, 1; restoreshopitem Arrow, -1, rand(10000,30000); restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; |