From 32d3eff4e50cceec9e6eee88ae107326f85abbe5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 17 Jan 2019 23:24:25 -0200 Subject: "Sanitize" Dagger and Sharp Knife prices --- npc/012-5/nicholas.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/012-5') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 024b0d295..a00bca288 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -211,8 +211,8 @@ L_Quiver: OnInit: tradertype(NST_MARKET); - sellitem Dagger, 4000, 5; - sellitem SharpKnife, 2000, 10; + sellitem Dagger, 600, 5; + sellitem SharpKnife, 450, 10; .sex = G_MALE; .distance = 5; @@ -222,7 +222,7 @@ OnClock0009: OnClock0603: OnClock1207: OnClock1801: - restoreshopitem Dagger, 4000, 5; - restoreshopitem SharpKnife, 2000, 10; + restoreshopitem Dagger, 600, 5; + restoreshopitem SharpKnife, 450, 10; end; } -- cgit v1.2.3-70-g09d2