summaryrefslogtreecommitdiff
path: root/npc/012-5/nicholas.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-16 07:08:11 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-16 07:08:11 -0300
commitb43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3 (patch)
treeb8cd1b585ddc866b0c336950571279cebbc9eb75 /npc/012-5/nicholas.txt
parent7f933b98227f84a363b2290c90b7797c8dbd6955 (diff)
downloadserverdata-b43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3.tar.gz
serverdata-b43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3.tar.bz2
serverdata-b43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3.tar.xz
serverdata-b43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3.zip
Official fix for Platinum Quiver.
Platinum Ingots: 18 -> 12; Iridium 6 -> 5; GP 5000 -> 50000
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r--npc/012-5/nicholas.txt2
1 files changed, 1 insertions, 1 deletions
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;