diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ishi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index ab463ac40..a4899ad4f 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -71,7 +71,7 @@ array_push(@Items, ChocolateMouboo); array_push(@Items, MoubooSteak); array_push(@Items, Milk); - array_push(@Items, TolchiArrowBox); + array_push(@Items, TolchiAmmoBox); array_push(@Items, ShadowHerb); array_push(@Rares, AlchemyBlueprintB); @@ -85,7 +85,7 @@ array_push(@Items, LeadOre); array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); - array_push(@Items, GoldenOre); + array_push(@Items, GoldOre); array_push(@Items, TulimWarpCrystal); array_push(@Items, MercBoxA); |