diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 22:45:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 22:45:56 -0300 |
commit | c337c7a7e8463ab5780b45bf53502293a03bb3b5 (patch) | |
tree | 4a5d1ff37acf2ab6cb8bfe295727a91bba594e7c /npc | |
parent | 529e1757ccdf2627e6b47ce2703901f753e78381 (diff) | |
download | serverdata-c337c7a7e8463ab5780b45bf53502293a03bb3b5.tar.gz serverdata-c337c7a7e8463ab5780b45bf53502293a03bb3b5.tar.bz2 serverdata-c337c7a7e8463ab5780b45bf53502293a03bb3b5.tar.xz serverdata-c337c7a7e8463ab5780b45bf53502293a03bb3b5.zip |
Random Earth Powder at Aeros
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/shovel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 76e5d61bf..a6dff7595 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -340,11 +340,11 @@ OnHour00: // Aeros can't be forgotten shovel_scatter("001-1", 171, 20, 340, 160, rand(160,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); shovel_scatter("001-1", 20, 20, 140, 140, rand(160,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); |