diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-31 21:20:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-31 21:20:18 -0300 |
commit | 96e70e0aca4282cb3a5fd4547c13faee71749ab2 (patch) | |
tree | 70f47bea5fe7be8bbc8fe7a3011740ed80b7a8e7 /npc/012-5 | |
parent | ca0304d87cb0b03f0e053791bd9851d980808734 (diff) | |
download | serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.tar.gz serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.tar.bz2 serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.tar.xz serverdata-96e70e0aca4282cb3a5fd4547c13faee71749ab2.zip |
Forging System review, blame @demure for this one
Diffstat (limited to 'npc/012-5')
-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 589611c77..dddeabbd8 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -133,7 +133,7 @@ L_Weapon: blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 10000); break; case 5: - blacksmith_create(IronIngot, 14, Coal, 18, ShortGladius, 15000); + blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 15000); break; } goto L_Weapon; |