diff options
Diffstat (limited to 'npc/003-1')
-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 8f1829d70..b8720b6d6 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -64,7 +64,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 2); tradertype(NST_MARKET); - sellitem LeatherShirt, 120000, 1; + sellitem LeatherShirt, 12000, 1; sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; sellitem RoastedMaggot, -1, 2; @@ -78,7 +78,7 @@ OnInit: end; OnClock2359: - restoreshopitem LeatherShirt, 120000, 1; + restoreshopitem LeatherShirt, 12000, 1; restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 8000, 1; restoreshopitem ArrowAmmoBox,rand(5,10); |