diff options
Diffstat (limited to 'npc/003-1/tinris.txt')
-rw-r--r-- | npc/003-1/tinris.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt index 75a30c80c..7f4c0f433 100644 --- a/npc/003-1/tinris.txt +++ b/npc/003-1/tinris.txt @@ -160,7 +160,7 @@ L_Lying: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); // TODO: This NPC is an Elf and therefore, CANNOT use NPCEyes. setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); |