diff options
Diffstat (limited to 'npc/003-1/itka.txt')
-rw-r--r-- | npc/003-1/itka.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/itka.txt b/npc/003-1/itka.txt index 20caf7935..ae96c8b01 100644 --- a/npc/003-1/itka.txt +++ b/npc/003-1/itka.txt @@ -16,7 +16,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, VneckSweater); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |