diff options
Diffstat (limited to 'npc/009-4/yumi.txt')
-rw-r--r-- | npc/009-4/yumi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-4/yumi.txt b/npc/009-4/yumi.txt index dd6cd30f1..151e26c7e 100644 --- a/npc/009-4/yumi.txt +++ b/npc/009-4/yumi.txt @@ -46,7 +46,7 @@ L_DoIt: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |