diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-04 21:52:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-04 21:52:40 -0300 |
commit | d9d28a53089937750969b20635bcd042aea1f066 (patch) | |
tree | 017667a3715bdb8010f0f19a743c9a4cb9140ae2 | |
parent | 05f8ed2055698bdd00b364e5ce1a7d983c5dcd45 (diff) | |
download | serverdata-d9d28a53089937750969b20635bcd042aea1f066.tar.gz serverdata-d9d28a53089937750969b20635bcd042aea1f066.tar.bz2 serverdata-d9d28a53089937750969b20635bcd042aea1f066.tar.xz serverdata-d9d28a53089937750969b20635bcd042aea1f066.zip |
Mysterious Fruit can now be purchased for 15,000 strange coins
-rw-r--r-- | npc/001-1/rewards.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 1ba637f3c..1936adf68 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -35,6 +35,7 @@ OnInit: // Rare Equipment selection. // *these* are really rare! // Maximum 30,000 + sellitem MysteriousFruit,15000; // This is OP sellitem DarkPulsar,6000; sellitem ThunderStaff,5000; sellitem PiouEgg,3915; |