diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 13:10:29 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 13:10:29 -0200 |
commit | 2ca16961a32b02f879a427b29635093b86703280 (patch) | |
tree | 369cf1fcaffcd05fb167134f8f568a9376397406 /npc/012-5 | |
parent | 00d745d969b1c1aad4c1798ac398262af612769c (diff) | |
download | serverdata-2ca16961a32b02f879a427b29635093b86703280.tar.gz serverdata-2ca16961a32b02f879a427b29635093b86703280.tar.bz2 serverdata-2ca16961a32b02f879a427b29635093b86703280.tar.xz serverdata-2ca16961a32b02f879a427b29635093b86703280.zip |
Fix bad switch on Nicholas
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; } |