diff options
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 8e144de50..687da3aec 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -185,10 +185,10 @@ L_Quiver: case 3: blacksmith_create(IronIngot, 16, Coal, 21, IronQuiver, 3000); break; - case 3: + case 4: blacksmith_create(CopperIngot, 27, TinIngot, 3, BronzeQuiver, 4000); break; - case 4: + case 5: blacksmith_create(PlatinumIngot, 18, IridiumIngot, 6, PlatinumQuiver, 5000); break; } |