diff options
Diffstat (limited to 'npc/017-3/doug.txt')
-rw-r--r-- | npc/017-3/doug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/doug.txt b/npc/017-3/doug.txt index 8a64d3019..a887e3fa1 100644 --- a/npc/017-3/doug.txt +++ b/npc/017-3/doug.txt @@ -49,7 +49,7 @@ L_Weak: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FancyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |