diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 07:08:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 07:08:11 -0300 |
commit | b43d6f7fdd0ed7ce2f07a2303e2e0d73fb68e0e3 (patch) | |
tree | b8cd1b585ddc866b0c336950571279cebbc9eb75 /npc | |
parent | 7f933b98227f84a363b2290c90b7797c8dbd6955 (diff) | |
download | serverdata-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')
-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 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; |