diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ishi.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index a4899ad4f..d941b2830 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -86,9 +86,11 @@ array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); array_push(@Items, GoldOre); - array_push(@Items, TulimWarpCrystal); - array_push(@Items, MercBoxA); + array_push(@Rares, TulimWarpCrystal); + array_push(@Rares, 40); + array_push(@Rares, MercBoxA); + array_push(@Rares, 40); array_push(@Rares, AlchemyBlueprintC); array_push(@Rares, (JobLevel/12)); array_push(@Rares, EquipmentBlueprintC); |