summaryrefslogtreecommitdiff
path: root/npc/012-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-11 18:38:01 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-11 18:38:01 -0300
commit233f2d32bb36d2447c642be0effec8d10b9c097b (patch)
tree9d1e39cc6a955963dcfe6c381321779213c4772c /npc/012-5
parentd0bbce20545b042d182054bae52293d914650742 (diff)
downloadserverdata-233f2d32bb36d2447c642be0effec8d10b9c097b.tar.gz
serverdata-233f2d32bb36d2447c642be0effec8d10b9c097b.tar.bz2
serverdata-233f2d32bb36d2447c642be0effec8d10b9c097b.tar.xz
serverdata-233f2d32bb36d2447c642be0effec8d10b9c097b.zip
I now notice some of these prices are very high...
Diffstat (limited to 'npc/012-5')
-rw-r--r--npc/012-5/nicholas.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index ef6c84abc..4d9c16917 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -125,10 +125,10 @@ L_Weapon:
blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 5000);
break;
case 4:
- blacksmith_create(IronIngot, 12, Coal, 8, BugSlayer, 10000);
+ blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 10000);
break;
case 5:
- blacksmith_create(IronIngot, 22, Coal, 18, ShortGladius, 15000);
+ blacksmith_create(IronIngot, 14, Coal, 18, ShortGladius, 15000);
break;
}
goto L_Weapon;