diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 14:44:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 14:44:21 -0200 |
commit | 08f31e1b623ca93ae05151d80993a305b585c25c (patch) | |
tree | 518e16140a65c0e41e97bc0e7dfa5814e35573ea /npc/003-1 | |
parent | e9bb7113696024202aa6c8ae8005aef6b3c27516 (diff) | |
download | serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.tar.gz serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.tar.bz2 serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.tar.xz serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.zip |
Trim a zero. I think this is enough for r7.5 Christmas Revolutionr07.4_181216
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 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; |