summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/neko.txt4
-rw-r--r--npc/020-5/bracco.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 7f4bc356d..554f7d484 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -74,7 +74,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 2);
tradertype(NST_MARKET);
- sellitem LeatherShirt, 12000, 1;
+ sellitem EarthPowder, 12000, 1;
sellitem ShortTankTop, 8000, 1;
sellitem TrainingBow, 990, 2;
sellitem CottonCloth, -1, 3;
@@ -91,7 +91,7 @@ OnInit:
OnClock1149:
OnClock2359:
- restoreshopitem LeatherShirt, 12000, 1;
+ restoreshopitem EarthPowder, 12000, 1;
restoreshopitem ShortTankTop, 8000, 1;
restoreshopitem TrainingBow, 990, 2;
restoreshopitem CottonCloth, 3;
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt
index 914bd5338..72fa3cf99 100644
--- a/npc/020-5/bracco.txt
+++ b/npc/020-5/bracco.txt
@@ -351,7 +351,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 2);
tradertype(NST_MARKET);
- sellitem LeatherShirt, 15000, 1;
+ sellitem LeatherShirt, -1, 1;
sellitem LeatherShield, 5000, 1;
sellitem ShortBow, -1, 1;
sellitem ArrowAmmoBox,-1,rand(8,12);
@@ -368,9 +368,9 @@ OnFri0800:
OnSat1200:
OnSun1600:
OnMon2000:
- restoreshopitem LeatherShirt, 15000, 1;
+ restoreshopitem LeatherShirt, -1, 1;
restoreshopitem LeatherShield, 5000, 1;
- restoreshopitem ShortBow, 11200, 1;
+ restoreshopitem ShortBow, -1, 1;
restoreshopitem ArrowAmmoBox,rand(8,12);
restoreshopitem IronAmmoBox,rand(3,5);
end;