summaryrefslogtreecommitdiff
path: root/npc/005-1/aahna.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/aahna.txt')
-rw-r--r--npc/005-1/aahna.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt
index c679ca07d..f270ad189 100644
--- a/npc/005-1/aahna.txt
+++ b/npc/005-1/aahna.txt
@@ -1,10 +1,10 @@
-005-1,61,43,0 script Aahna NPC_GUARD1,{
+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_MALE;
- .distance = 3;
+ .sex = G_FEMALE;
+ .distance = 5;
end;
}