diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-16 02:28:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-16 02:28:35 -0300 |
commit | 73bcec44fc0c2dfa24cd85f0b101878b0b6a75d8 (patch) | |
tree | bedb17b4fb8a2b0584b4c56199fc1871155a1514 /npc/003-1 | |
parent | 87263f318ddca53600e14b2ebf5defd5f302e418 (diff) | |
download | serverdata-73bcec44fc0c2dfa24cd85f0b101878b0b6a75d8.tar.gz serverdata-73bcec44fc0c2dfa24cd85f0b101878b0b6a75d8.tar.bz2 serverdata-73bcec44fc0c2dfa24cd85f0b101878b0b6a75d8.tar.xz serverdata-73bcec44fc0c2dfa24cd85f0b101878b0b6a75d8.zip |
Make snakes attack 100ms slower, add a new reward at Ishi Lv 75 block (arrows)
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ishi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index d941b2830..5eff1e473 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -86,6 +86,7 @@ array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); array_push(@Items, GoldOre); + array_push(@Items, IronAmmoBox); array_push(@Rares, TulimWarpCrystal); array_push(@Rares, 40); |