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/020-2 | |
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/020-2')
-rw-r--r-- | world/map/npc/020-2/shops.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index 2ce823b6..1c895902 100644 --- a/world/map/npc/020-2/shops.txt +++ b/world/map/npc/020-2/shops.txt @@ -14,9 +14,9 @@ close; } // Weapons shop -020-2.gat,25,65,0|shop|Bracco|135,IronArrow:*4,ShortBow:*8000,Dagger:*1000,LeatherShield:*2000 +020-2.gat,25,65,0|shop|Bracco|135,IronArrow:*1,ShortBow:*4,Dagger:*1,LeatherShield:*1 // Potions shop -020-2.gat,75,24,0|shop|Mede|103,CactusDrink:*50,CactusPotion:*70,IronPotion:*500,ConcentrationPotion:*500 +020-2.gat,75,24,0|shop|Mede|103,CactusDrink:*1,CactusPotion:*1,IronPotion:*1,ConcentrationPotion:*1 // INN 020-2.gat,111,23,0|script|Kane|120 |