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/027-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/027-2')
-rw-r--r-- | world/map/npc/027-2/gy_inn_shops.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/world/map/npc/027-2/gy_inn_shops.txt b/world/map/npc/027-2/gy_inn_shops.txt index f1ab846a..aed37d09 100644 --- a/world/map/npc/027-2/gy_inn_shops.txt +++ b/world/map/npc/027-2/gy_inn_shops.txt @@ -7,10 +7,10 @@ // banker: function -027-2.gat,75,22,0|shop|Chef#graveyard|300,ZombieNachos:*100,LadyFingers:*70,JellAhh:*80,Snapple:*110 -027-2.gat,90,36,0|shop|Estrilda|301,BeetleJuice:*80,GutBuster:*100,BloodWine:*150 -027-2.gat,93,22,0|shop|Umfrey|302,BoneArrows:*50,ShockSweet:*1000 -027-2.gat,56,99,0|shop|Leofwin|304,CactusDrink:*50,CactusPotion:*70,BugLeg:*100,SmallMushroom:*125,IronPotion:*500,ConcentrationPotion:*500,HardSpike:*40,DarkCrystal:*1000,Root:*500,WispPowder:*700,SpectrePowder:*700,PoltergeistPowder:*700 +027-2.gat,75,22,0|shop|Chef#graveyard|300,ZombieNachos:*1,LadyFingers:*1,JellAhh:*1,Snapple:*1 +027-2.gat,90,36,0|shop|Estrilda|301,BeetleJuice:*1,GutBuster:*1,BloodWine:*1 +027-2.gat,93,22,0|shop|Umfrey|302,BoneArrows:*1,ShockSweet:*1 +027-2.gat,56,99,0|shop|Leofwin|304,CactusDrink:*1,CactusPotion:*1,BugLeg:*1,SmallMushroom:*1,IronPotion:*1,ConcentrationPotion:*1,HardSpike:*1,DarkCrystal:*1,Root:*1,WispPowder:*1,SpectrePowder:*1,PoltergeistPowder:*1 027-2.gat,106,22,0|script|Edwin|309 { @@ -45,4 +45,3 @@ callfunc "Banker"; close; } - |