From b43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 07:08:11 -0300 Subject: Official fix for Platinum Quiver. Platinum Ingots: 18 -> 12; Iridium 6 -> 5; GP 5000 -> 50000 --- npc/012-5/nicholas.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/012-5') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index aa11bc919..eec6cfea4 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -223,7 +223,7 @@ L_Quiver: blacksmith_create(CopperIngot, 27, TinIngot, 3, BronzeQuiver, 4000); break; case 5: - blacksmith_create(PlatinumIngot, 18, IridiumIngot, 6, PlatinumQuiver, 5000); + blacksmith_create(PlatinumIngot, 12, IridiumIngot, 5, PlatinumQuiver, 50000); break; } goto L_Quiver; -- cgit v1.2.3-60-g2f50