diff options
Diffstat (limited to 'npc/003-1/jakod.txt')
-rw-r--r-- | npc/003-1/jakod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index 5faf36cf1..6800e5b37 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -81,7 +81,7 @@ L_Tier2: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansShorts); |