summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/sewer_north.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/sewer_north.txt')
-rw-r--r--world/map/npc/001-1/sewer_north.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/world/map/npc/001-1/sewer_north.txt b/world/map/npc/001-1/sewer_north.txt
deleted file mode 100644
index 1e2419d3..00000000
--- a/world/map/npc/001-1/sewer_north.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-// The Sewer Grate
-
-001-1,58,83,0|script|#tulimsharsewer1|45,0,0
-{
- mes "Descend into the sewers?";
- next;
- menu
- "Yes.", L_Sewer,
- "Nevermind.", L_Close;
-
-L_Sewer:
- warp "021-3",57,100;
- goto L_Close;
-
-L_Close:
- close;
-}