diff options
Diffstat (limited to 'npc/009-1/lynnthetraveler.txt')
-rw-r--r-- | npc/009-1/lynnthetraveler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/lynnthetraveler.txt b/npc/009-1/lynnthetraveler.txt index 91cd3758f..02d47c8b7 100644 --- a/npc/009-1/lynnthetraveler.txt +++ b/npc/009-1/lynnthetraveler.txt @@ -76,7 +76,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, UglyChristmasSweater); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansShorts); |