summaryrefslogtreecommitdiff
path: root/npc/012-5/nicholas.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-17 23:24:25 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-17 23:24:25 -0200
commit32d3eff4e50cceec9e6eee88ae107326f85abbe5 (patch)
tree20c47478905fbbf148c29a3c1ade527c6f313848 /npc/012-5/nicholas.txt
parent5d928be40bf8c6238a66bc0a2ffdac9c0b953d04 (diff)
downloadserverdata-32d3eff4e50cceec9e6eee88ae107326f85abbe5.tar.gz
serverdata-32d3eff4e50cceec9e6eee88ae107326f85abbe5.tar.bz2
serverdata-32d3eff4e50cceec9e6eee88ae107326f85abbe5.tar.xz
serverdata-32d3eff4e50cceec9e6eee88ae107326f85abbe5.zip
"Sanitize" Dagger and Sharp Knife prices
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r--npc/012-5/nicholas.txt8
1 files changed, 4 insertions, 4 deletions
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;
}