diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-7/celestia.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 28a85324e..8b524838d 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -9,7 +9,7 @@ // TODO: OnPCDieEvent must reset quest -012-7,94,21,0 script Celestia NPC_ELF_F,{ +012-7,35,49,0 script Celestia NPC_ELF_F,{ .@q1=getq(HurnscaldQuest_Celestia); .@q2=getq(HurnscaldQuest_TeaParty); mesn; @@ -193,6 +193,8 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 19); setunitdata(.@npcId, UDT_HAIRCOLOR, 10); + npcsit; + .sex = G_FEMALE; .distance = 5; |