diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 17:22:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 17:22:43 -0300 |
commit | d05bcdbeaa7fa0a4f5996be43d0559a09d3c1157 (patch) | |
tree | 0316578fc22209d139ec8dc98bb547215b928457 /npc/001-1/rewards.txt | |
parent | 12ec630bf5b0329ce907265c833400088967532e (diff) | |
download | serverdata-d05bcdbeaa7fa0a4f5996be43d0559a09d3c1157.tar.gz serverdata-d05bcdbeaa7fa0a4f5996be43d0559a09d3c1157.tar.bz2 serverdata-d05bcdbeaa7fa0a4f5996be43d0559a09d3c1157.tar.xz serverdata-d05bcdbeaa7fa0a4f5996be43d0559a09d3c1157.zip |
Add Precision and Dodge potions to Aeros Shop
Diffstat (limited to 'npc/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 0855b6af3..4ef31defd 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -70,7 +70,9 @@ OnInit: sellitem CelestiaTea,18; sellitem HastePotion,15; sellitem StrengthPotion,15; - sellitem BottleOfDivineWater, 10; + sellitem BottleOfDivineWater, 11; + sellitem PrecisionPotion,9; + sellitem DodgePotion,9; sellitem Curshroom,6; sellitem PetcaringGuide,5; // I needed to add this somewhere sellitem SmokeGrenade,3; |