diff options
Diffstat (limited to 'npc/017-1/misc.txt')
-rw-r--r-- | npc/017-1/misc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 0cd181b7c..903f74378 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -136,7 +136,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); |