diff options
Diffstat (limited to 'npc/003-8/jhedia.txt')
-rw-r--r-- | npc/003-8/jhedia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 4a281f10b..7f206b87e 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -72,7 +72,7 @@ L_Menu: // ingot_create(Ore, Ingot, Nº of Ore, Nº of Coal, Price); switch (@menu) { case 1: - ingot_create(IronOre, IronIngot, 7, 11, 8400); + ingot_create(IronOre, IronIngot, 7, 10, 8400); break; case 2: ingot_create(CopperOre, CopperIngot, 5, 10, 8500); |