summaryrefslogtreecommitdiff
path: root/world/map/npc/043-1/ryger.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/043-1/ryger.txt')
-rw-r--r--world/map/npc/043-1/ryger.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/world/map/npc/043-1/ryger.txt b/world/map/npc/043-1/ryger.txt
deleted file mode 100644
index d814d0b5..00000000
--- a/world/map/npc/043-1/ryger.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-// Sandstorm mine guard
-
-043-1.gat,88,60,0|script|Ryger|123
-{
- mes "[Ryger]";
- mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
- goto L_Close;
-
-L_Close:
- close;
-}