From 516ff6c49570e496bfc8b9af8b85b6af3aafa161 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 24 Jul 2013 15:06:21 -0700 Subject: Remove a couple of spaces and fix one case error in shops When I rewrote the code for the shop parser, it was much simpler to change these two NPCs than try to preserve the exact parsing behavior. The item case error, on the other hand, was just plain wrong. --- world/map/npc/020-2/shops.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/020-2') diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index 80399668..d27e1b0c 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 :-1, Shortbow :-1, Dagger :-1, LeatherShield :-1 +020-2.gat,25,65,0|shop|Bracco|135,IronArrow :-1,ShortBow :-1,Dagger :-1,LeatherShield :-1 // Potions shop -020-2.gat,75,24,0|shop|Mede|103,CactusDrink :-1, CactusPotion :-1, IronPotion :-1, ConcentrationPotion :-1 +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, -- cgit v1.2.3-60-g2f50