diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-22 09:49:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-22 09:49:05 -0300 |
commit | dae45727e89d664c4e2a156327b2a7e87567780a (patch) | |
tree | b2bfebb1167f5826cca34ad2486b35898be2343b /npc/001-1 | |
parent | dbe09a4938bc64b1334d5d489a38b24a7e6542a1 (diff) | |
download | serverdata-dae45727e89d664c4e2a156327b2a7e87567780a.tar.gz serverdata-dae45727e89d664c4e2a156327b2a7e87567780a.tar.bz2 serverdata-dae45727e89d664c4e2a156327b2a7e87567780a.tar.xz serverdata-dae45727e89d664c4e2a156327b2a7e87567780a.zip |
You can now buy Wurtzite Ore with strange coins, making you stronger
Diffstat (limited to 'npc/001-1')
-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 9fb6bbd90..8b9672414 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -105,6 +105,7 @@ OnInit: sellitem BottleOfDivineWater, 15; sellitem PrecisionPotion,9; sellitem DodgePotion,9; + sellitem Wurtzite,8; sellitem Curshroom,6; sellitem PetcaringGuide,5; // I needed to add this somewhere sellitem ScrollSCave,3; |