summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/_import.txt1
-rw-r--r--npc/005-1/aahna.txt10
2 files changed, 0 insertions, 11 deletions
diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt
index 9aee99666..005166ff2 100644
--- a/npc/005-1/_import.txt
+++ b/npc/005-1/_import.txt
@@ -2,7 +2,6 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/005-1/_mobs.txt",
"npc/005-1/_warps.txt",
-"npc/005-1/aahna.txt",
"npc/005-1/ayasha.txt",
"npc/005-1/liana.txt",
"npc/005-1/maya.txt",
diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt
deleted file mode 100644
index f270ad189..000000000
--- a/npc/005-1/aahna.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-005-1,61,43,0 script Aahna NPC_ELVEN_FEMALE,{
- mesn;
- mesq l("Hello, What a lovely day for a stroll.");
- close;
-
-OnInit:
- .sex = G_FEMALE;
- .distance = 5;
- end;
-}