From 2ca16961a32b02f879a427b29635093b86703280 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 13:10:29 -0200 Subject: Fix bad switch on Nicholas --- npc/012-5/nicholas.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-5/nicholas.txt') 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; } -- cgit v1.2.3-60-g2f50