diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:43:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:43:36 -0300 |
commit | e54329f97cb62f02b9ef0a4429fc8620508624eb (patch) | |
tree | bd92724617e7ccee083e611b27868918bd3d728b /npc/012-5/nicholas.txt | |
parent | b420d36bd1bcb8a8c65f1bf593ddc20d6bc5a40e (diff) | |
download | serverdata-e54329f97cb62f02b9ef0a4429fc8620508624eb.tar.gz serverdata-e54329f97cb62f02b9ef0a4429fc8620508624eb.tar.bz2 serverdata-e54329f97cb62f02b9ef0a4429fc8620508624eb.tar.xz serverdata-e54329f97cb62f02b9ef0a4429fc8620508624eb.zip |
O.o Why was Backsword this expensive O.o
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 1f50fe834..c600a099e 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -137,7 +137,7 @@ L_Weapon: blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500); break; case 6: - blacksmith_create(IronIngot, 28, TitaniumIngot, 12, Backsword, 4550); + blacksmith_create(IronIngot, 22, TitaniumIngot, 9, Backsword, 4550); break; } goto L_Weapon; |