diff options
Diffstat (limited to 'npc/003-1/inar.txt')
-rw-r--r-- | npc/003-1/inar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/inar.txt b/npc/003-1/inar.txt index b45f8f8ae..54bcd1687 100644 --- a/npc/003-1/inar.txt +++ b/npc/003-1/inar.txt @@ -21,7 +21,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); //setunitdata(.@npcId, UDT_HEADBOTTOM, LeatherTrousers); // TODO |