From 8d75327ac0f9ca8d480703ca06640b4a604385ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 10:02:06 -0300 Subject: Obvious bug --- npc/012-7/airlia.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-7') 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; } -- cgit v1.2.3-70-g09d2