diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 00:03:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 00:03:51 -0300 |
commit | 628d337ce5c81412bd7d39b6409c4697f2a4c043 (patch) | |
tree | 228331572b27fba3bb87ef980256e4116b318331 /npc | |
parent | 79350a1c49f3196906dd491cbe50a6039a709d0d (diff) | |
download | serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.gz serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.bz2 serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.tar.xz serverdata-628d337ce5c81412bd7d39b6409c4697f2a4c043.zip |
Minor ore-related fixes, major changes to Backsword and add Short Sword Craft Recipe
Diffstat (limited to 'npc')
-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 1c5d28077..460b28331 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -159,7 +159,7 @@ L_Weapon: blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500); break; case 6: - blacksmith_create(IronIngot, 22, TitaniumIngot, 9, Backsword, 4550); + blacksmith_create(IronIngot, 18, TinIngot, 4, Backsword, 4550); break; } goto L_Weapon; |