summaryrefslogtreecommitdiff
path: root/npc/000-1/fexil.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/fexil.txt')
-rw-r--r--npc/000-1/fexil.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt
index 825d6bc3..cc5c3aba 100644
--- a/npc/000-1/fexil.txt
+++ b/npc/000-1/fexil.txt
@@ -5,7 +5,6 @@
// Newbie merchant.
// Size = 2
-// Gender = 1
000-1,83,98,0 script Fexil 108,{
mesn;
mesq lg("Greetings traveler.");
@@ -34,4 +33,8 @@ L_Accepted:
closedialog;
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}