diff options
Diffstat (limited to 'npc/009-5/joaquim.txt')
-rw-r--r-- | npc/009-5/joaquim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt index 6b5570289..3362a2ef4 100644 --- a/npc/009-5/joaquim.txt +++ b/npc/009-5/joaquim.txt @@ -168,7 +168,7 @@ L_Missing: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |