diff options
author | mekolat <mekolat@gmail.com> | 2015-01-23 13:14:54 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-23 13:14:54 -0600 |
commit | 797ce35b68bfd586feff1f6290bef6adb7a3e619 (patch) | |
tree | a00f5929e15093b74faf38a076526868b206df31 /world/map/npc/020-2 | |
parent | a67b5d4259bbb2aed84960ec94cb82b0d8545df8 (diff) | |
download | serverdata-797ce35b68bfd586feff1f6290bef6adb7a3e619.tar.gz serverdata-797ce35b68bfd586feff1f6290bef6adb7a3e619.tar.bz2 serverdata-797ce35b68bfd586feff1f6290bef6adb7a3e619.tar.xz serverdata-797ce35b68bfd586feff1f6290bef6adb7a3e619.zip |
Fix Shops to reflect prices properly for shop fix
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 |