summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1/aahna.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/029-1/aahna.txt')
-rw-r--r--world/map/npc/029-1/aahna.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/world/map/npc/029-1/aahna.txt b/world/map/npc/029-1/aahna.txt
deleted file mode 100644
index 453774a9..00000000
--- a/world/map/npc/029-1/aahna.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-// Aahna
-// Author: Wushin
-// Npc
-029-1,71,52,0|script|Aahna|404
-{
- set @npc_distance, 3;
- callfunc "PCtoNPCRange";
- if(@npc_check) end;
-
- mes "[Aahna]";
- mes "\"Hello, What a lovely day for a stroll.\"";
- close;
-}