diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-7/airlia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index c85014a40..8bb42507b 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -4,7 +4,7 @@ // Description: // Town Mayor Daughter -012-7,52,58,0 script Hinnak NPC_ELF_F,{ +012-7,52,58,0 script Airlia NPC_ELF_F,{ .@q1=getq(HurnscaldQuest_Farmers); if (strcharinfo(0) == $MOST_HEROIC$) mesn; if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$); @@ -35,7 +35,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 20); setunitdata(.@npcId, UDT_HAIRCOLOR, 5); - .sex = G_MALE; + .sex = G_FEMALE; .distance = 5; end; } |