diff options
Diffstat (limited to 'npc/009-1/charles.txt')
-rw-r--r-- | npc/009-1/charles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/charles.txt b/npc/009-1/charles.txt index 60a7ef47f..c49b913ee 100644 --- a/npc/009-1/charles.txt +++ b/npc/009-1/charles.txt @@ -183,7 +183,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, BurglarMask); setunitdata(.@npcId, UDT_HEADMIDDLE, Chainmail); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |