summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/north_shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-1/north_shops.txt')
-rw-r--r--world/map/npc/021-1/north_shops.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/world/map/npc/021-1/north_shops.txt b/world/map/npc/021-1/north_shops.txt
deleted file mode 100644
index 3211b2b8..00000000
--- a/world/map/npc/021-1/north_shops.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// Northern shopping plaza
-
-// More high-end stuff to satisfy the richer people in Royal Tulimshar
-
-// Some clothing
-021-1.gat,135,36,0|shop|Inar|108,CottonShirt:*300,CottonShorts:*1000,CottonBoots:*2000,CottonHeadband:*3000
-
-021-1.gat,129,40,0|script|Well|400
-{
- callfunc "WaterBottle";
- end;
-}
-
-// An officer (for security)
-021-1.gat,128,37,0|script|Officer|150
-{
- mes "[Officer]";
- mes "I'm here for extra security for this market.";
- close;
-}