diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 16:41:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 16:41:09 -0300 |
commit | 3e223300912ce4c114a0949fe49612449ffdafb7 (patch) | |
tree | 45124f5f9aa65f103177d2b92b60883450773ab4 /npc/003-1/ishi.txt | |
parent | b3b6331bef7abcd127f495ba7c80c6e1f97e95aa (diff) | |
download | serverdata-3e223300912ce4c114a0949fe49612449ffdafb7.tar.gz serverdata-3e223300912ce4c114a0949fe49612449ffdafb7.tar.bz2 serverdata-3e223300912ce4c114a0949fe49612449ffdafb7.tar.xz serverdata-3e223300912ce4c114a0949fe49612449ffdafb7.zip |
Correct fatal bugs at Ishi
Diffstat (limited to 'npc/003-1/ishi.txt')
-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); |