summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1/rewards.txt3
-rw-r--r--npc/003-1/shop.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index 030aa9262..f07661e9b 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -44,10 +44,7 @@ OnInit:
sellitem Barrel,400;
// Temporary, Seasonal, for events, rare drops, next release
- sellitem BlacksmithAxe, 32400;
sellitem DesertBow, 9000;
- sellitem LeaderWand, 5400;
- sellitem MiereCleaver, 2700;
sellitem Chainmail, 2700;
sellitem LeatherShirt, 315;
sellitem JeansShorts, 270;
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 18b4ce703..eaf8c1be6 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -8,6 +8,7 @@ OnInit:
tradertype(NST_MARKET);
sellitem YellowDye, -1, 2;
+ sellitem RoundLeatherShield, -1, 2;
sellitem Knife, -1, 5;
sellitem TrainingAmmoBox, -1, rand(2,5);
sellitem ArrowAmmoBox, -1, rand(2,4);
@@ -29,6 +30,7 @@ OnClock1210:
OnClock1757:
OnClock0000:
restoreshopitem YellowDye, -1, 2;
+ restoreshopitem RoundLeatherShield, -1, 2;
restoreshopitem Knife, -1, 5;
restoreshopitem TrainingAmmoBox, rand(2,5);
restoreshopitem ArrowAmmoBox, rand(2,4);