diff options
author | Wushin <pasekei@gmail.com> | 2015-01-24 13:45:00 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-24 13:45:00 -0600 |
commit | 9734f174b1a84e7386655edec076a874889ceb14 (patch) | |
tree | ffde0ee03f3caba58c602f6935ce1d22c077fa5a /world/map/npc/001-1 | |
parent | 544e005e7304e6f4dd19f422c1af99fdc36e13c6 (diff) | |
parent | 797ce35b68bfd586feff1f6290bef6adb7a3e619 (diff) | |
download | serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.gz serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.bz2 serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.xz serverdata-9734f174b1a84e7386655edec076a874889ceb14.zip |
Merge pull request #245 from mekolat/prices-fix
fix shop prices
Diffstat (limited to 'world/map/npc/001-1')
-rw-r--r-- | world/map/npc/001-1/north_shops.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-1/north_shops.txt b/world/map/npc/001-1/north_shops.txt index a207ccaf..592e351c 100644 --- a/world/map/npc/001-1/north_shops.txt +++ b/world/map/npc/001-1/north_shops.txt @@ -1,6 +1,6 @@ // Northern shopping plaza -001-1.gat,106,105,0|shop|Neko|101,TonoriDelight:*50,CactusDrink:*50,CactusPotion:*70,RoastedMaggot:*110,Beer:*175,ChickenLeg:*500 -001-1.gat,111,108,0|shop|Inar|108,CottonShirt:*300,SerfHat:*500,CottonShorts:*1000,CottonBoots:*2000,DesertShirt:*2000,CottonHeadband:*3000,DesertHat:*9600 +001-1.gat,106,105,0|shop|Neko|101,TonoriDelight:*10,CactusDrink:*1,CactusPotion:*1,RoastedMaggot:*1,Beer:*1,ChickenLeg:*2 +001-1.gat,111,108,0|shop|Inar|108,CottonShirt:*1,SerfHat:*1,CottonShorts:*1,CottonBoots:*1,DesertShirt:*1,CottonHeadband:*1,DesertHat:*4 001-1.gat,48,79,0|script|Well|400 { callfunc "WaterBottle"; |