diff options
-rw-r--r-- | npc/003-1/ishi.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index e989b0f88..657d2ffb3 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -47,7 +47,7 @@ Candy,Orange,BugLeg, CobaltHerb,GambogeHerb, MauveHerb,MaggotSlime,ScorpionStinger,SilkCocoon, - RustyKnife,Coral,PiouLegs,Cheese,RoastedMaggot; + RustyKnife,Coral,PiouLegs,Cheese,RoastedMaggot,RawLog; } else { setarray @Items, Bread, Croconut,Plushroom, RedApple,Beer,Candy,Orange,ChocolateBar,BugLeg,CoinBag, @@ -82,6 +82,7 @@ // Additional Loot for level 75+ if (BaseLevel >= 75) { + array_push(@Items, LeadOre); array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); array_push(@Items, GoldenOre); |