diff options
-rw-r--r-- | npc/004-1/elanore.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index 7abe05e7b..e03187dfc 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -88,6 +88,7 @@ OnInit: setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 8); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); + npcsit; .sex = G_FEMALE; .distance = 5; |